GroupId | GroupIdcom.github.chaojunzi |
---|---|
ArtifactId | ArtifactIdchao-cloud-common-core |
Version | Version1.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/
implementation 'com.github.chaojunzi:chao-cloud-common-core:1.0.4'
// https://jarcasting.com/artifacts/com.github.chaojunzi/chao-cloud-common-core/
implementation ("com.github.chaojunzi:chao-cloud-common-core:1.0.4")
'com.github.chaojunzi:chao-cloud-common-core:jar:1.0.4'
<dependency org="com.github.chaojunzi" name="chao-cloud-common-core" rev="1.0.4">
<artifact name="chao-cloud-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chaojunzi', module='chao-cloud-common-core', version='1.0.4')
)
libraryDependencies += "com.github.chaojunzi" % "chao-cloud-common-core" % "1.0.4"
[com.github.chaojunzi/chao-cloud-common-core "1.0.4"]