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