-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
33 lines (23 loc) · 731 Bytes
/
README
File metadata and controls
33 lines (23 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>