License |
License |
---|---|
GroupId | GroupIdcom.github.ddth |
ArtifactId | ArtifactIdddth-parent |
Last Version | Last Version11 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionddth-parent
Parent POM for other DDTH's projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ddth-parent-11.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-parent/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-parent</artifactId>
<version>11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-parent/
implementation 'com.github.ddth:ddth-parent:11'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-parent/
implementation ("com.github.ddth:ddth-parent:11")
'com.github.ddth:ddth-parent:pom:11'
<dependency org="com.github.ddth" name="ddth-parent" rev="11">
<artifact name="ddth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-parent', version='11')
)
libraryDependencies += "com.github.ddth" % "ddth-parent" % "11"
[com.github.ddth/ddth-parent "11"]