is not current version
Last Version 1.3

de.bytefish.elasticutils:elasticutils-parent 1.0

Library for simplified access to the ElasticSearch Java API.

GroupId

GroupId

de.bytefish.elasticutils
ArtifactId

ArtifactId

elasticutils-parent
Version

Version

1.0
Type

Type

pom

Download elasticutils-parent 1.0


<!-- https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-parent/ -->
<dependency>
    <groupId>de.bytefish.elasticutils</groupId>
    <artifactId>elasticutils-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-parent/
implementation 'de.bytefish.elasticutils:elasticutils-parent:1.0'
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-parent/
implementation ("de.bytefish.elasticutils:elasticutils-parent:1.0")
'de.bytefish.elasticutils:elasticutils-parent:pom:1.0'
<dependency org="de.bytefish.elasticutils" name="elasticutils-parent" rev="1.0">
  <artifact name="elasticutils-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.elasticutils', module='elasticutils-parent', version='1.0')
)
libraryDependencies += "de.bytefish.elasticutils" % "elasticutils-parent" % "1.0"
[de.bytefish.elasticutils/elasticutils-parent "1.0"]