Download org.fuzzydb.client-1.0.1.RELEASE.jar file - Jar o

Jar examples for o:org.fuzzydb.client

Description

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.

You can download jar file org.fuzzydb.client 1.0.1.RELEASE in this page.

Build File

You can use the following script to add org.fuzzydb.client-1.0.1.RELEASE.jar to your project.

<dependency>
   <groupId>org.fuzzydb</groupId>
   <artifactId>org.fuzzydb.client</artifactId>
   <version>1.0.1.RELEASE</version>
</dependency>
compile group: 'org.fuzzydb', name: 'org.fuzzydb.client', version: '1.0.1.RELEASE'
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.client" % "1.0.1.RELEASE"
<dependency org="org.fuzzydb" name="org.fuzzydb.client" rev="1.0.1.RELEASE"/>
@Grapes(@Grab(group='org.fuzzydb', module='org.fuzzydb.client', version='1.0.1.RELEASE'))
'org.fuzzydb:org.fuzzydb.client:jar:1.0.1.RELEASE'

Download

Click the following link to download the jar file.

org.fuzzydb.client-1.0.1.RELEASE-javadoc.jar
org.fuzzydb.client-1.0.1.RELEASE-sources.jar
org.fuzzydb.client-1.0.1.RELEASE-tests.jar
org.fuzzydb.client-1.0.1.RELEASE.jar
org.fuzzydb.client-1.0.1.RELEASE.pom



Related Tutorials