GroupId | GroupIdorg.carrot2 |
---|---|
ArtifactId | ArtifactIdcarrot2-core |
Version | Version3.4.3 |
Type | Typejar |
Filename | Size |
---|---|
carrot2-core-3.4.3.pom | |
carrot2-core-3.4.3.jar | 930 KB |
carrot2-core-3.4.3-sources.jar | 591 KB |
carrot2-core-3.4.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.carrot2/carrot2-core/ -->
<dependency>
<groupId>org.carrot2</groupId>
<artifactId>carrot2-core</artifactId>
<version>3.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.carrot2/carrot2-core/
implementation 'org.carrot2:carrot2-core:3.4.3'
// https://jarcasting.com/artifacts/org.carrot2/carrot2-core/
implementation ("org.carrot2:carrot2-core:3.4.3")
'org.carrot2:carrot2-core:jar:3.4.3'
<dependency org="org.carrot2" name="carrot2-core" rev="3.4.3">
<artifact name="carrot2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carrot2', module='carrot2-core', version='3.4.3')
)
libraryDependencies += "org.carrot2" % "carrot2-core" % "3.4.3"
[org.carrot2/carrot2-core "3.4.3"]