GroupId | GroupIdio.github.qingguox |
---|---|
ArtifactId | ArtifactIdcrescent-toolkit-sdk |
Version | Version1.0.4-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.qingguox/crescent-toolkit-sdk/ -->
<dependency>
<groupId>io.github.qingguox</groupId>
<artifactId>crescent-toolkit-sdk</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.qingguox/crescent-toolkit-sdk/
implementation 'io.github.qingguox:crescent-toolkit-sdk:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/io.github.qingguox/crescent-toolkit-sdk/
implementation ("io.github.qingguox:crescent-toolkit-sdk:1.0.4-RELEASE")
'io.github.qingguox:crescent-toolkit-sdk:jar:1.0.4-RELEASE'
<dependency org="io.github.qingguox" name="crescent-toolkit-sdk" rev="1.0.4-RELEASE">
<artifact name="crescent-toolkit-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.qingguox', module='crescent-toolkit-sdk', version='1.0.4-RELEASE')
)
libraryDependencies += "io.github.qingguox" % "crescent-toolkit-sdk" % "1.0.4-RELEASE"
[io.github.qingguox/crescent-toolkit-sdk "1.0.4-RELEASE"]