Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.openhft |
ArtifactId | ArtifactIdroot-parent-pom |
Version | Version1.2.9 |
Type | Typepom |
Filename | Size |
---|---|
root-parent-pom-1.2.9.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.openhft/root-parent-pom/ -->
<dependency>
<groupId>net.openhft</groupId>
<artifactId>root-parent-pom</artifactId>
<version>1.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.openhft/root-parent-pom/
implementation 'net.openhft:root-parent-pom:1.2.9'
// https://jarcasting.com/artifacts/net.openhft/root-parent-pom/
implementation ("net.openhft:root-parent-pom:1.2.9")
'net.openhft:root-parent-pom:pom:1.2.9'
<dependency org="net.openhft" name="root-parent-pom" rev="1.2.9">
<artifact name="root-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.openhft', module='root-parent-pom', version='1.2.9')
)
libraryDependencies += "net.openhft" % "root-parent-pom" % "1.2.9"
[net.openhft/root-parent-pom "1.2.9"]