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