is not current version
Last Version 1.1.0.RELEASE

org.fuzzydb:org.fuzzydb.server 1.0.1.RELEASE

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.1.RELEASE
Type

Type

jar

Download org.fuzzydb.server 1.0.1.RELEASE


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