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