| GroupId | GroupIdorg.drombler.commons |
|---|---|
| ArtifactId | ArtifactIddrombler-commons-parent |
| Version | Version0.5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| drombler-commons-parent-0.5.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-parent/ -->
<dependency>
<groupId>org.drombler.commons</groupId>
<artifactId>drombler-commons-parent</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-parent/
implementation 'org.drombler.commons:drombler-commons-parent:0.5'
// https://jarcasting.com/artifacts/org.drombler.commons/drombler-commons-parent/
implementation ("org.drombler.commons:drombler-commons-parent:0.5")
'org.drombler.commons:drombler-commons-parent:pom:0.5'
<dependency org="org.drombler.commons" name="drombler-commons-parent" rev="0.5">
<artifact name="drombler-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.drombler.commons', module='drombler-commons-parent', version='0.5')
)
libraryDependencies += "org.drombler.commons" % "drombler-commons-parent" % "0.5"
[org.drombler.commons/drombler-commons-parent "0.5"]