| GroupId | GroupIdcom.github.ddth |
|---|---|
| ArtifactId | ArtifactIdddth-dlock |
| Version | Version0.1.1.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ddth-dlock-0.1.1.4.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-dlock/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-dlock</artifactId>
<version>0.1.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dlock/
implementation 'com.github.ddth:ddth-dlock:0.1.1.4'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-dlock/
implementation ("com.github.ddth:ddth-dlock:0.1.1.4")
'com.github.ddth:ddth-dlock:pom:0.1.1.4'
<dependency org="com.github.ddth" name="ddth-dlock" rev="0.1.1.4">
<artifact name="ddth-dlock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-dlock', version='0.1.1.4')
)
libraryDependencies += "com.github.ddth" % "ddth-dlock" % "0.1.1.4"
[com.github.ddth/ddth-dlock "0.1.1.4"]