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