https://github.com/andyrozman/atech-tools
ATech Tools (library for help with development in Java
https://github.com/andyrozman/atech-tools
java library
Last synced: about 1 month ago
JSON representation
ATech Tools (library for help with development in Java
- Host: GitHub
- URL: https://github.com/andyrozman/atech-tools
- Owner: andyrozman
- License: lgpl-2.1
- Created: 2015-09-16T15:00:05.000Z (almost 11 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-10T19:23:18.000Z (about 2 years ago)
- Last Synced: 2024-06-10T22:27:11.462Z (about 2 years ago)
- Topics: java, library
- Language: Java
- Homepage:
- Size: 51 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://jitpack.io/#com.atech-software/atech-tools)

# Atech-Tools
ATech Tools (library for help with development in Java). From 4th April 2024 this repository contains only Java code, all other platforms were removed. You can find them all in atech-tools-all repository, if needed.
## Origins
This is helper library I was implementing since I started working in Java (back on 2000).
## History
This repository was hosted on sourceforge.net for quite a while and it moved from different types of repositories
(CVS -> SVN -> GIT) and now its been moved her, because of much better availability and build options support.
## History of changes
In last few years (last 15 or so) I worked mostly on java part, so all changes can be found in
file docs/Changes.txt.
## Building
This is simple java project with maven build, so it can be rebuild very easilly...
## Usage
Add following repository:
```xml
jitpack.io
https://jitpack.io
```
And then following dependency in your code (change 0.8.7 with latest version - see badge on top of this document):
```xml
com.atech-software
atech-tools
0.8.7
```