License |
License |
---|---|
GroupId | GroupIdio.github.jinlongliao |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version1.0.0.release |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJAVA 开发工具集
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.0.0.release.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/commons/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>commons</artifactId>
<version>1.0.0.release</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons/
implementation 'io.github.jinlongliao:commons:1.0.0.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/commons/
implementation ("io.github.jinlongliao:commons:1.0.0.release")
'io.github.jinlongliao:commons:pom:1.0.0.release'
<dependency org="io.github.jinlongliao" name="commons" rev="1.0.0.release">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='commons', version='1.0.0.release')
)
libraryDependencies += "io.github.jinlongliao" % "commons" % "1.0.0.release"
[io.github.jinlongliao/commons "1.0.0.release"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |