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