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