GroupId | GroupIdio.github.qingguox |
---|---|
ArtifactId | ArtifactIdcrescent-toolkit-sdk |
Version | Version1.0.41-RELEASE |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/io.github.qingguox/crescent-toolkit-sdk/ -->
<dependency>
<groupId>io.github.qingguox</groupId>
<artifactId>crescent-toolkit-sdk</artifactId>
<version>1.0.41-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.qingguox/crescent-toolkit-sdk/
implementation 'io.github.qingguox:crescent-toolkit-sdk:1.0.41-RELEASE'
// https://jarcasting.com/artifacts/io.github.qingguox/crescent-toolkit-sdk/
implementation ("io.github.qingguox:crescent-toolkit-sdk:1.0.41-RELEASE")
'io.github.qingguox:crescent-toolkit-sdk:jar:1.0.41-RELEASE'
<dependency org="io.github.qingguox" name="crescent-toolkit-sdk" rev="1.0.41-RELEASE">
<artifact name="crescent-toolkit-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.qingguox', module='crescent-toolkit-sdk', version='1.0.41-RELEASE')
)
libraryDependencies += "io.github.qingguox" % "crescent-toolkit-sdk" % "1.0.41-RELEASE"
[io.github.qingguox/crescent-toolkit-sdk "1.0.41-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.apache.commons : commons-collections4 | jar | ${common.collection4} |
org.apache.commons : commons-lang3 | jar | ${common.lang3} |
junit : junit | jar | ${junit.version} |
mysql : mysql-connector-java | jar | ${mysql.version} |
com.alibaba : druid-spring-boot-starter | jar | ${druid.version} |
com.google.guava : guava | jar | ${common.guava} |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |