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