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