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