License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdse.sawano.java |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommons
Helper utilities for core Java classes
|
Project URL |
Project URL |
Filename | Size |
---|---|
commons-2.1.0.pom | |
commons-2.1.0.jar | 13 KB |
commons-2.1.0-sources.jar | 12 KB |
commons-2.1.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.sawano.java/commons/ -->
<dependency>
<groupId>se.sawano.java</groupId>
<artifactId>commons</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.sawano.java/commons/
implementation 'se.sawano.java:commons:2.1.0'
// https://jarcasting.com/artifacts/se.sawano.java/commons/
implementation ("se.sawano.java:commons:2.1.0")
'se.sawano.java:commons:jar:2.1.0'
<dependency org="se.sawano.java" name="commons" rev="2.1.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.sawano.java', module='commons', version='2.1.0')
)
libraryDependencies += "se.sawano.java" % "commons" % "2.1.0"
[se.sawano.java/commons "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.hystrix : hystrix-core Optional | jar | 1.4.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |