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