is not current version
Last Version 11

com.github.ddth:ddth-parent 2

Parent POM for other DDTH's projects

GroupId

GroupId

com.github.ddth
ArtifactId

ArtifactId

ddth-parent
Version

Version

2
Type

Type

pom

Download ddth-parent 2

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

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