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