GroupId | GroupIdcom.github.jgonian |
---|---|
ArtifactId | ArtifactIdcommons-ip-math |
Version | Version1.31 |
Type | Typejar |
Filename | Size |
---|---|
commons-ip-math-1.31.pom | |
commons-ip-math-1.31.jar | 44 KB |
commons-ip-math-1.31-sources.jar | 34 KB |
commons-ip-math-1.31-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jgonian/commons-ip-math/ -->
<dependency>
<groupId>com.github.jgonian</groupId>
<artifactId>commons-ip-math</artifactId>
<version>1.31</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jgonian/commons-ip-math/
implementation 'com.github.jgonian:commons-ip-math:1.31'
// https://jarcasting.com/artifacts/com.github.jgonian/commons-ip-math/
implementation ("com.github.jgonian:commons-ip-math:1.31")
'com.github.jgonian:commons-ip-math:jar:1.31'
<dependency org="com.github.jgonian" name="commons-ip-math" rev="1.31">
<artifact name="commons-ip-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jgonian', module='commons-ip-math', version='1.31')
)
libraryDependencies += "com.github.jgonian" % "commons-ip-math" % "1.31"
[com.github.jgonian/commons-ip-math "1.31"]