https://github.com/uniquid/uidutils-java
https://github.com/uniquid/uidutils-java
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uniquid/uidutils-java
- Owner: uniquid
- License: mit
- Created: 2017-07-12T10:29:07.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T09:00:44.000Z (about 7 years ago)
- Last Synced: 2025-05-04T23:38:23.044Z (about 1 year ago)
- Language: Java
- Size: 301 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Uniquid java utils
======================================
The Uniquid java utils project contains many utilities classes shared between many Uniquid applications.
### Technologies
* Java 7 for the core modules, Java 8 for everything else
* [Gradle 4.4+](https://gradle.org/) - to building the project
### Getting started
To get started, it is best to have the latest JDK and Gradle installed. The HEAD of the `master` branch contains the latest development code and various production releases are provided on feature branches.
#### Building from the command line
To perform a full build use
```
gradle clean build
```
The outputs are under the `build` directory.
To move jar package in your /m2/repository
```
gradle install
```