| GroupId | GroupIdio.github.huangjie0515 |
|---|---|
| ArtifactId | ArtifactIdcommon-tools |
| Version | Version2.0.0-RELEASE |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.huangjie0515/common-tools/ -->
<dependency>
<groupId>io.github.huangjie0515</groupId>
<artifactId>common-tools</artifactId>
<version>2.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.huangjie0515/common-tools/
implementation 'io.github.huangjie0515:common-tools:2.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.huangjie0515/common-tools/
implementation ("io.github.huangjie0515:common-tools:2.0.0-RELEASE")
'io.github.huangjie0515:common-tools:jar:2.0.0-RELEASE'
<dependency org="io.github.huangjie0515" name="common-tools" rev="2.0.0-RELEASE">
<artifact name="common-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.huangjie0515', module='common-tools', version='2.0.0-RELEASE')
)
libraryDependencies += "io.github.huangjie0515" % "common-tools" % "2.0.0-RELEASE"
[io.github.huangjie0515/common-tools "2.0.0-RELEASE"]