is not current version
Last Version 5.3.4

com.github.seancfoley:ipaddress 4.2.0

Library for handling IP addresses, both IPv4 and IPv6

GroupId

GroupId

com.github.seancfoley
ArtifactId

ArtifactId

ipaddress
Version

Version

4.2.0
Type

Type

jar

Download ipaddress 4.2.0


<!-- https://jarcasting.com/artifacts/com.github.seancfoley/ipaddress/ -->
<dependency>
    <groupId>com.github.seancfoley</groupId>
    <artifactId>ipaddress</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seancfoley/ipaddress/
implementation 'com.github.seancfoley:ipaddress:4.2.0'
// https://jarcasting.com/artifacts/com.github.seancfoley/ipaddress/
implementation ("com.github.seancfoley:ipaddress:4.2.0")
'com.github.seancfoley:ipaddress:jar:4.2.0'
<dependency org="com.github.seancfoley" name="ipaddress" rev="4.2.0">
  <artifact name="ipaddress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seancfoley', module='ipaddress', version='4.2.0')
)
libraryDependencies += "com.github.seancfoley" % "ipaddress" % "4.2.0"
[com.github.seancfoley/ipaddress "4.2.0"]