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