GroupId | GroupIdcom.github.xiongxcodes |
---|---|
ArtifactId | ArtifactIdhaohope-distributedlock-core |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-distributedlock-core/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-distributedlock-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-distributedlock-core/
implementation 'com.github.xiongxcodes:haohope-distributedlock-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-distributedlock-core/
implementation ("com.github.xiongxcodes:haohope-distributedlock-core:1.0.0")
'com.github.xiongxcodes:haohope-distributedlock-core:jar:1.0.0'
<dependency org="com.github.xiongxcodes" name="haohope-distributedlock-core" rev="1.0.0">
<artifact name="haohope-distributedlock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-distributedlock-core', version='1.0.0')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-distributedlock-core" % "1.0.0"
[com.github.xiongxcodes/haohope-distributedlock-core "1.0.0"]