| License |
License |
|---|---|
| GroupId | GroupIdcom.wesleyhome.johksoftware |
| ArtifactId | ArtifactIdutilities |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJOHK Common Utilities
All of the JOHK Software projects that contributes to Maven Central extend this project to ensure all builds are the same.
|
| Filename | Size |
|---|---|
| utilities-1.0.2.pom | |
| utilities-1.0.2.jar | 23 KB |
| utilities-1.0.2-sources.jar | 15 KB |
| utilities-1.0.2-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wesleyhome.johksoftware/utilities/ -->
<dependency>
<groupId>com.wesleyhome.johksoftware</groupId>
<artifactId>utilities</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.wesleyhome.johksoftware/utilities/
implementation 'com.wesleyhome.johksoftware:utilities:1.0.2'
// https://jarcasting.com/artifacts/com.wesleyhome.johksoftware/utilities/
implementation ("com.wesleyhome.johksoftware:utilities:1.0.2")
'com.wesleyhome.johksoftware:utilities:jar:1.0.2'
<dependency org="com.wesleyhome.johksoftware" name="utilities" rev="1.0.2">
<artifact name="utilities" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wesleyhome.johksoftware', module='utilities', version='1.0.2')
)
libraryDependencies += "com.wesleyhome.johksoftware" % "utilities" % "1.0.2"
[com.wesleyhome.johksoftware/utilities "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.0 |
| commons-collections : commons-collections | jar | 3.2 |
| org.apache.commons : commons-lang3 | jar | 3.0.1 |
| net.iharder : base64 | jar | 2.3.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |
| org.hamcrest : hamcrest-library | jar | 1.2.1 |