d

ddth-parent

Parent POM for other DDTH's projects
https://github.com/DDTH/ddth-parent
MIT License
DDTH
Thanh Ba Nguyen
Files download
File Operation
ddth-parent-11.pom download
Apache Maven
<dependency>
  <groupId>com.github.ddth</groupId>
  <artifactId>ddth-parent</artifactId>
  <version>11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ddth:ddth-parent:11'
Gradle Kotlin
implementation("com.github.ddth:ddth-parent:11")
Scala SBT
libraryDependencies += "com.github.ddth" % "ddth-parent" % "11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ddth', module='ddth-parent', version='11')
)
Apache Ivy
<dependency org="com.github.ddth" name="ddth-parent" rev="11" />
Leiningen
[com.github.ddth/ddth-parent "11"]
Apache Buildr
'com.github.ddth:ddth-parent:jar:11'