GroupId | GroupIdde.kaufhof.ets |
---|---|
ArtifactId | ArtifactIdets-poms-library-parent |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
ets-poms-library-parent-0.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-library-parent/ -->
<dependency>
<groupId>de.kaufhof.ets</groupId>
<artifactId>ets-poms-library-parent</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-library-parent/
implementation 'de.kaufhof.ets:ets-poms-library-parent:0.2.0'
// https://jarcasting.com/artifacts/de.kaufhof.ets/ets-poms-library-parent/
implementation ("de.kaufhof.ets:ets-poms-library-parent:0.2.0")
'de.kaufhof.ets:ets-poms-library-parent:pom:0.2.0'
<dependency org="de.kaufhof.ets" name="ets-poms-library-parent" rev="0.2.0">
<artifact name="ets-poms-library-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.kaufhof.ets', module='ets-poms-library-parent', version='0.2.0')
)
libraryDependencies += "de.kaufhof.ets" % "ets-poms-library-parent" % "0.2.0"
[de.kaufhof.ets/ets-poms-library-parent "0.2.0"]