GroupId | GroupIdio.github.kangjianqun |
---|---|
ArtifactId | ArtifactIdfast-common-third-party |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.kangjianqun/fast-common-third-party/ -->
<dependency>
<groupId>io.github.kangjianqun</groupId>
<artifactId>fast-common-third-party</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kangjianqun/fast-common-third-party/
implementation 'io.github.kangjianqun:fast-common-third-party:1.0.0'
// https://jarcasting.com/artifacts/io.github.kangjianqun/fast-common-third-party/
implementation ("io.github.kangjianqun:fast-common-third-party:1.0.0")
'io.github.kangjianqun:fast-common-third-party:jar:1.0.0'
<dependency org="io.github.kangjianqun" name="fast-common-third-party" rev="1.0.0">
<artifact name="fast-common-third-party" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kangjianqun', module='fast-common-third-party', version='1.0.0')
)
libraryDependencies += "io.github.kangjianqun" % "fast-common-third-party" % "1.0.0"
[io.github.kangjianqun/fast-common-third-party "1.0.0"]