is not current version
Last Version 1.1.0.RELEASE

org.fuzzydb:org.fuzzydb.server 1.0.0.M4

Server: Compiles against io.packet, but that artifact must be included into runtime scope if you want to use TCPIP.

GroupId

GroupId

org.fuzzydb
ArtifactId

ArtifactId

org.fuzzydb.server
Version

Version

1.0.0.M4
Type

Type

jar

Download org.fuzzydb.server 1.0.0.M4


<!-- https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.server/ -->
<dependency>
    <groupId>org.fuzzydb</groupId>
    <artifactId>org.fuzzydb.server</artifactId>
    <version>1.0.0.M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.server/
implementation 'org.fuzzydb:org.fuzzydb.server:1.0.0.M4'
// https://jarcasting.com/artifacts/org.fuzzydb/org.fuzzydb.server/
implementation ("org.fuzzydb:org.fuzzydb.server:1.0.0.M4")
'org.fuzzydb:org.fuzzydb.server:jar:1.0.0.M4'
<dependency org="org.fuzzydb" name="org.fuzzydb.server" rev="1.0.0.M4">
  <artifact name="org.fuzzydb.server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='org.fuzzydb.server', version='1.0.0.M4')
)
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.server" % "1.0.0.M4"
[org.fuzzydb/org.fuzzydb.server "1.0.0.M4"]