License |
License |
---|---|
GroupId | GroupIdcom.github.xiongxcodes |
ArtifactId | ArtifactIdhaohope-distributedlock |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionModules to centralize common resources and configuration for "haohope components" Maven builds.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
haohope-distributedlock-1.0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-distributedlock/ -->
<dependency>
<groupId>com.github.xiongxcodes</groupId>
<artifactId>haohope-distributedlock</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-distributedlock/
implementation 'com.github.xiongxcodes:haohope-distributedlock:1.0.1'
// https://jarcasting.com/artifacts/com.github.xiongxcodes/haohope-distributedlock/
implementation ("com.github.xiongxcodes:haohope-distributedlock:1.0.1")
'com.github.xiongxcodes:haohope-distributedlock:pom:1.0.1'
<dependency org="com.github.xiongxcodes" name="haohope-distributedlock" rev="1.0.1">
<artifact name="haohope-distributedlock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xiongxcodes', module='haohope-distributedlock', version='1.0.1')
)
libraryDependencies += "com.github.xiongxcodes" % "haohope-distributedlock" % "1.0.1"
[com.github.xiongxcodes/haohope-distributedlock "1.0.1"]