is not current version
Last Version 11

com.github.ddth:ddth-parent 6

Parent POM for other DDTH's projects

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-parent
Version

Version

6
Type

Type

pom

Download ddth-parent 6

Filename Size
ddth-parent-6.pom 3 KB
Browse

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