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