c

carrot2

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