GroupId | GroupIdde.bytefish.elasticutils |
---|---|
ArtifactId | ArtifactIdelasticutils-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
elasticutils-core-1.0.pom | |
elasticutils-core-1.0.jar | 6 KB |
elasticutils-core-1.0-sources.jar | 4 KB |
elasticutils-core-1.0-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>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/
implementation 'de.bytefish.elasticutils:elasticutils-core:1.0'
// https://jarcasting.com/artifacts/de.bytefish.elasticutils/elasticutils-core/
implementation ("de.bytefish.elasticutils:elasticutils-core:1.0")
'de.bytefish.elasticutils:elasticutils-core:jar:1.0'
<dependency org="de.bytefish.elasticutils" name="elasticutils-core" rev="1.0">
<artifact name="elasticutils-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bytefish.elasticutils', module='elasticutils-core', version='1.0')
)
libraryDependencies += "de.bytefish.elasticutils" % "elasticutils-core" % "1.0"
[de.bytefish.elasticutils/elasticutils-core "1.0"]