| GroupId | GroupIdcom.github.ppadial |
|---|---|
| ArtifactId | ArtifactIdparent-pom |
| Last Version | Last Version1.10 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Description |
| Filename | Size |
|---|---|
| parent-pom-1.10.pom | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ppadial/parent-pom/ -->
<dependency>
<groupId>com.github.ppadial</groupId>
<artifactId>parent-pom</artifactId>
<version>1.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppadial/parent-pom/
implementation 'com.github.ppadial:parent-pom:1.10'
// https://jarcasting.com/artifacts/com.github.ppadial/parent-pom/
implementation ("com.github.ppadial:parent-pom:1.10")
'com.github.ppadial:parent-pom:pom:1.10'
<dependency org="com.github.ppadial" name="parent-pom" rev="1.10">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ppadial', module='parent-pom', version='1.10')
)
libraryDependencies += "com.github.ppadial" % "parent-pom" % "1.10"
[com.github.ppadial/parent-pom "1.10"]