GroupId | GroupIdorg.fuzzydb.atom |
---|---|
ArtifactId | ArtifactIdorg.fuzzydb.abdera.util |
Version | Version1.0.0.M4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.fuzzydb.atom/org.fuzzydb.abdera.util/ -->
<dependency>
<groupId>org.fuzzydb.atom</groupId>
<artifactId>org.fuzzydb.abdera.util</artifactId>
<version>1.0.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb.atom/org.fuzzydb.abdera.util/
implementation 'org.fuzzydb.atom:org.fuzzydb.abdera.util:1.0.0.M4'
// https://jarcasting.com/artifacts/org.fuzzydb.atom/org.fuzzydb.abdera.util/
implementation ("org.fuzzydb.atom:org.fuzzydb.abdera.util:1.0.0.M4")
'org.fuzzydb.atom:org.fuzzydb.abdera.util:jar:1.0.0.M4'
<dependency org="org.fuzzydb.atom" name="org.fuzzydb.abdera.util" rev="1.0.0.M4">
<artifact name="org.fuzzydb.abdera.util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb.atom', module='org.fuzzydb.abdera.util', version='1.0.0.M4')
)
libraryDependencies += "org.fuzzydb.atom" % "org.fuzzydb.abdera.util" % "1.0.0.M4"
[org.fuzzydb.atom/org.fuzzydb.abdera.util "1.0.0.M4"]