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