GroupId | GroupIdde.bytefish.elasticutils |
---|---|
ArtifactId | ArtifactIdelasticutils-parent |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
elasticutils-parent-1.0.pom | 7 KB |
Browse |
<!-- 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"]