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