License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.rbuck |
ArtifactId | ArtifactIdjava-commons |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionjava-commons
Common utility classes for Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-commons-1.0.2.pom | |
java-commons-1.0.2.jar | 45 KB |
java-commons-1.0.2-sources.jar | 41 KB |
java-commons-1.0.2-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rbuck/java-commons/ -->
<dependency>
<groupId>com.github.rbuck</groupId>
<artifactId>java-commons</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rbuck/java-commons/
implementation 'com.github.rbuck:java-commons:1.0.2'
// https://jarcasting.com/artifacts/com.github.rbuck/java-commons/
implementation ("com.github.rbuck:java-commons:1.0.2")
'com.github.rbuck:java-commons:jar:1.0.2'
<dependency org="com.github.rbuck" name="java-commons" rev="1.0.2">
<artifact name="java-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rbuck', module='java-commons', version='1.0.2')
)
libraryDependencies += "com.github.rbuck" % "java-commons" % "1.0.2"
[com.github.rbuck/java-commons "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |