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