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