An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Release](https://jitpack.io/v/com.atech-software/atech-tools.svg)](https://jitpack.io/#com.atech-software/atech-tools)

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/andyrozman/atech-tools/maven.yml)

# 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

```