| GroupId | GroupIdinfo.unterrainer.commons |
|---|---|
| ArtifactId | ArtifactIdparent-pom |
| Version | Version0.1.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-pom-0.1.3.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/parent-pom/ -->
<dependency>
<groupId>info.unterrainer.commons</groupId>
<artifactId>parent-pom</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/parent-pom/
implementation 'info.unterrainer.commons:parent-pom:0.1.3'
// https://jarcasting.com/artifacts/info.unterrainer.commons/parent-pom/
implementation ("info.unterrainer.commons:parent-pom:0.1.3")
'info.unterrainer.commons:parent-pom:pom:0.1.3'
<dependency org="info.unterrainer.commons" name="parent-pom" rev="0.1.3">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='parent-pom', version='0.1.3')
)
libraryDependencies += "info.unterrainer.commons" % "parent-pom" % "0.1.3"
[info.unterrainer.commons/parent-pom "0.1.3"]