Categories |
CategoriesArtipie Build Tools Distribution |
---|---|
GroupId | GroupIdcom.artipie |
ArtifactId | ArtifactIdppom |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
ppom-0.2.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artipie/ppom/ -->
<dependency>
<groupId>com.artipie</groupId>
<artifactId>ppom</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.artipie/ppom/
implementation 'com.artipie:ppom:0.2.1'
// https://jarcasting.com/artifacts/com.artipie/ppom/
implementation ("com.artipie:ppom:0.2.1")
'com.artipie:ppom:pom:0.2.1'
<dependency org="com.artipie" name="ppom" rev="0.2.1">
<artifact name="ppom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.artipie', module='ppom', version='0.2.1')
)
libraryDependencies += "com.artipie" % "ppom" % "0.2.1"
[com.artipie/ppom "0.2.1"]