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