| GroupId | GroupIdorg.fuzzydb |
|---|---|
| ArtifactId | ArtifactIdorg.fuzzydb.server |
| Version | Version1.0.0.M1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org.fuzzydb.server-1.0.0.M1.pom | |
| org.fuzzydb.server-1.0.0.M1.jar | 208 KB |
| org.fuzzydb.server-1.0.0.M1-tests.jar | 15 KB |
| org.fuzzydb.server-1.0.0.M1-sources.jar | 148 KB |
| org.fuzzydb.server-1.0.0.M1-javadoc.jar | 608 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.server/ -->
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>org.fuzzydb.server</artifactId>
<version>1.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.server/
implementation 'org.fuzzydb:org.fuzzydb.server:1.0.0.M1'
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.server/
implementation ("org.fuzzydb:org.fuzzydb.server:1.0.0.M1")
'org.fuzzydb:org.fuzzydb.server:jar:1.0.0.M1'
<dependency org="org.fuzzydb" name="org.fuzzydb.server" rev="1.0.0.M1">
<artifact name="org.fuzzydb.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='org.fuzzydb.server', version='1.0.0.M1')
)
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.server" % "1.0.0.M1"
[org.fuzzydb/org.fuzzydb.server "1.0.0.M1"]