Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdde.bytefish.elasticutils |
ArtifactId | ArtifactIdelasticutils-elasticsearch7 |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-elasticsearch7/ -->
<dependency>
<groupId>de.bytefish.elasticutils</groupId>
<artifactId>elasticutils-elasticsearch7</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-elasticsearch7/
implementation 'de.bytefish.elasticutils:elasticutils-elasticsearch7:1.2'
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-elasticsearch7/
implementation ("de.bytefish.elasticutils:elasticutils-elasticsearch7:1.2")
'de.bytefish.elasticutils:elasticutils-elasticsearch7:jar:1.2'
<dependency org="de.bytefish.elasticutils" name="elasticutils-elasticsearch7" rev="1.2">
<artifact name="elasticutils-elasticsearch7" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.elasticutils', module='elasticutils-elasticsearch7', version='1.2')
)
libraryDependencies += "de.bytefish.elasticutils" % "elasticutils-elasticsearch7" % "1.2"
[de.bytefish.elasticutils/elasticutils-elasticsearch7 "1.2"]