Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.carrot2 |
ArtifactId | ArtifactIdelasticsearch-carrot2 |
Version | Version7.7.1 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.carrot2/elasticsearch-carrot2/ -->
<dependency>
<groupId>org.carrot2</groupId>
<artifactId>elasticsearch-carrot2</artifactId>
<version>7.7.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.carrot2/elasticsearch-carrot2/
implementation 'org.carrot2:elasticsearch-carrot2:7.7.1'
// https://jarcasting.com/artifacts/org.carrot2/elasticsearch-carrot2/
implementation ("org.carrot2:elasticsearch-carrot2:7.7.1")
'org.carrot2:elasticsearch-carrot2:pom:7.7.1'
<dependency org="org.carrot2" name="elasticsearch-carrot2" rev="7.7.1">
<artifact name="elasticsearch-carrot2" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.carrot2', module='elasticsearch-carrot2', version='7.7.1')
)
libraryDependencies += "org.carrot2" % "elasticsearch-carrot2" % "7.7.1"
[org.carrot2/elasticsearch-carrot2 "7.7.1"]