Files download
File Operation
org.fuzzydb.io.packet-1.1.0.RELEASE.jar download
org.fuzzydb.io.packet-1.1.0.RELEASE.pom download
org.fuzzydb.io.packet-1.1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.fuzzydb</groupId>
  <artifactId>org.fuzzydb.io.packet</artifactId>
  <version>1.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.fuzzydb:org.fuzzydb.io.packet:1.1.0.RELEASE'
Gradle Kotlin
implementation("org.fuzzydb:org.fuzzydb.io.packet:1.1.0.RELEASE")
Scala SBT
libraryDependencies += "org.fuzzydb" % "org.fuzzydb.io.packet" % "1.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.fuzzydb', module='org.fuzzydb.io.packet', version='1.1.0.RELEASE')
)
Apache Ivy
<dependency org="org.fuzzydb" name="org.fuzzydb.io.packet" rev="1.1.0.RELEASE" />
Leiningen
[org.fuzzydb/org.fuzzydb.io.packet "1.1.0.RELEASE"]
Apache Buildr
'org.fuzzydb:org.fuzzydb.io.packet:jar:1.1.0.RELEASE'