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