GroupId | GroupIdcom.github.chaojunzi |
---|---|
ArtifactId | ArtifactIdchao-cloud-common-core |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/ -->
<dependency>
<groupId>com.github.chaojunzi</groupId>
<artifactId>chao-cloud-common-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/
implementation 'com.github.chaojunzi:chao-cloud-common-core:1.0.6'
// https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/
implementation ("com.github.chaojunzi:chao-cloud-common-core:1.0.6")
'com.github.chaojunzi:chao-cloud-common-core:jar:1.0.6'
<dependency org="com.github.chaojunzi" name="chao-cloud-common-core" rev="1.0.6">
<artifact name="chao-cloud-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chaojunzi', module='chao-cloud-common-core', version='1.0.6')
)
libraryDependencies += "com.github.chaojunzi" % "chao-cloud-common-core" % "1.0.6"
[com.github.chaojunzi/chao-cloud-common-core "1.0.6"]