| License |
License |
|---|---|
| GroupId | GroupIdorg.niuchangqing |
| ArtifactId | ArtifactIdcommons |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptioncommons
A java development tool
|
| Filename | Size |
|---|---|
| commons-1.0.0.pom | |
| commons-1.0.0.jar | 42 KB |
| commons-1.0.0-sources.jar | 29 KB |
| commons-1.0.0-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.niuchangqing/commons/ -->
<dependency>
<groupId>org.niuchangqing</groupId>
<artifactId>commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.niuchangqing/commons/
implementation 'org.niuchangqing:commons:1.0.0'
// https://jarcasting.com/artifacts/org.niuchangqing/commons/
implementation ("org.niuchangqing:commons:1.0.0")
'org.niuchangqing:commons:jar:1.0.0'
<dependency org="org.niuchangqing" name="commons" rev="1.0.0">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.niuchangqing', module='commons', version='1.0.0')
)
libraryDependencies += "org.niuchangqing" % "commons" % "1.0.0"
[org.niuchangqing/commons "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |