Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.ripe.commons |
ArtifactId | ArtifactIdcommons-ip-math-parent |
Version | Version1.22 |
Type | Typepom |
Filename | Size |
---|---|
commons-ip-math-parent-1.22.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ripe.commons/commons-ip-math-parent/ -->
<dependency>
<groupId>net.ripe.commons</groupId>
<artifactId>commons-ip-math-parent</artifactId>
<version>1.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.ripe.commons/commons-ip-math-parent/
implementation 'net.ripe.commons:commons-ip-math-parent:1.22'
// https://jarcasting.com/artifacts/net.ripe.commons/commons-ip-math-parent/
implementation ("net.ripe.commons:commons-ip-math-parent:1.22")
'net.ripe.commons:commons-ip-math-parent:pom:1.22'
<dependency org="net.ripe.commons" name="commons-ip-math-parent" rev="1.22">
<artifact name="commons-ip-math-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.ripe.commons', module='commons-ip-math-parent', version='1.22')
)
libraryDependencies += "net.ripe.commons" % "commons-ip-math-parent" % "1.22"
[net.ripe.commons/commons-ip-math-parent "1.22"]