GroupId | GroupIdde.bytefish.elasticutils |
---|---|
ArtifactId | ArtifactIdelasticutils-core |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
elasticutils-core-0.4.pom | |
elasticutils-core-0.4.jar | 6 KB |
elasticutils-core-0.4-sources.jar | 4 KB |
elasticutils-core-0.4-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/ -->
<dependency>
<groupId>de.bytefish.elasticutils</groupId>
<artifactId>elasticutils-core</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/
implementation 'de.bytefish.elasticutils:elasticutils-core:0.4'
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/
implementation ("de.bytefish.elasticutils:elasticutils-core:0.4")
'de.bytefish.elasticutils:elasticutils-core:jar:0.4'
<dependency org="de.bytefish.elasticutils" name="elasticutils-core" rev="0.4">
<artifact name="elasticutils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.elasticutils', module='elasticutils-core', version='0.4')
)
libraryDependencies += "de.bytefish.elasticutils" % "elasticutils-core" % "0.4"
[de.bytefish.elasticutils/elasticutils-core "0.4"]