is not current version
Last Version 1.1.0.RELEASE

org.fuzzydb:org.fuzzydb.client 1.0.1.RELEASE

database client and items common to the client and server (i.e. messages in between) NOTE: compiled against io.packet, but io.packet is set as provided scope and must be included specifically in runtime scope to use TCP connection.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.fuzzydb
ArtifactId

ArtifactId

org.fuzzydb.client
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download org.fuzzydb.client 1.0.1.RELEASE


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