| GroupId | GroupIdorg.xipki |
|---|---|
| ArtifactId | ArtifactIdxipki-parent |
| Version | Version5.3.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xipki-parent-5.3.3.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xipki/xipki-parent/ -->
<dependency>
<groupId>org.xipki</groupId>
<artifactId>xipki-parent</artifactId>
<version>5.3.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xipki/xipki-parent/
implementation 'org.xipki:xipki-parent:5.3.3'
// https://jarcasting.com/artifacts/org.xipki/xipki-parent/
implementation ("org.xipki:xipki-parent:5.3.3")
'org.xipki:xipki-parent:pom:5.3.3'
<dependency org="org.xipki" name="xipki-parent" rev="5.3.3">
<artifact name="xipki-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xipki', module='xipki-parent', version='5.3.3')
)
libraryDependencies += "org.xipki" % "xipki-parent" % "5.3.3"
[org.xipki/xipki-parent "5.3.3"]