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