License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.joineral32 |
ArtifactId | ArtifactIdcommon-java-utils |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-java-utils
A collection of Java 8 utility classes which solve quasi-common problems which aren't commonly provided in the more general utilities libraries out there.
|
Filename | Size |
---|---|
common-java-utils-1.0.1.pom | |
common-java-utils-1.0.1.jar | 13 KB |
common-java-utils-1.0.1-sources.jar | 5 KB |
common-java-utils-1.0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.joineral32/common-java-utils/ -->
<dependency>
<groupId>com.github.joineral32</groupId>
<artifactId>common-java-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joineral32/common-java-utils/
implementation 'com.github.joineral32:common-java-utils:1.0.1'
// https://jarcasting.com/artifacts/com.github.joineral32/common-java-utils/
implementation ("com.github.joineral32:common-java-utils:1.0.1")
'com.github.joineral32:common-java-utils:jar:1.0.1'
<dependency org="com.github.joineral32" name="common-java-utils" rev="1.0.1">
<artifact name="common-java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joineral32', module='common-java-utils', version='1.0.1')
)
libraryDependencies += "com.github.joineral32" % "common-java-utils" % "1.0.1"
[com.github.joineral32/common-java-utils "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.slf4j : slf4j-simple | jar | 1.7.6 |
com.google.code.findbugs : jsr305 | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |