is not current version
Last Version 1.1.0

com.github.ddth:ddth-commons 1.0.0

DDTH's Java Common Libraries and Utilities

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-commons
Version

Version

1.0.0
Type

Type

pom

Download ddth-commons 1.0.0

Filename Size
ddth-commons-1.0.0.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-commons/ -->
<dependency>
    <groupId>com.github.ddth</groupId>
    <artifactId>ddth-commons</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons/
implementation 'com.github.ddth:ddth-commons:1.0.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons/
implementation ("com.github.ddth:ddth-commons:1.0.0")
'com.github.ddth:ddth-commons:pom:1.0.0'
<dependency org="com.github.ddth" name="ddth-commons" rev="1.0.0">
  <artifact name="ddth-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-commons', version='1.0.0')
)
libraryDependencies += "com.github.ddth" % "ddth-commons" % "1.0.0"
[com.github.ddth/ddth-commons "1.0.0"]