License |
License
The BSD 2-Clause License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.dongliu |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version11.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommons
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
commons-11.5.1.pom | |
commons-11.5.1.jar | 158 KB |
commons-11.5.1-sources.jar | 83 KB |
commons-11.5.1-javadoc.jar | 1009 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dongliu/commons/ -->
<dependency>
<groupId>net.dongliu</groupId>
<artifactId>commons</artifactId>
<version>11.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.dongliu/commons/
implementation 'net.dongliu:commons:11.5.1'
// https://jarcasting.com/artifacts/net.dongliu/commons/
implementation ("net.dongliu:commons:11.5.1")
'net.dongliu:commons:jar:11.5.1'
<dependency org="net.dongliu" name="commons" rev="11.5.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dongliu', module='commons', version='11.5.1')
)
libraryDependencies += "net.dongliu" % "commons" % "11.5.1"
[net.dongliu/commons "11.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.checkerframework : checker-qual | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
org.mockito : mockito-core | jar | 2.23.4 |