-
Notifications
You must be signed in to change notification settings - Fork 3
Hellblazer/Utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A collection of utillities licensed under Apache 2.0 built with maven 3.x: cd <project root> mvn clean install ### Maven configuration include the hellblazer snapshot repository: <repository> <id>hellblazer-snapshots</id> <url>https://repository-hal900000.forge.cloudbees.com/snapshot/</url> </repository> add as dependency:(released version) <dependency> <groupId>com.hellblazer</groupId> <artifactId>utils</artifactId> <version>0.0.3</version> </dependency> add as dependency:(current version) <dependency> <groupId>com.hellblazer</groupId> <artifactId>utils</artifactId> <version>0.0.4-SNAPSHOT</version> </dependency>
About
Various utilities that I don't want to keep recreating
Resources
Stars
Watchers
Forks
Packages 0
No packages published