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