Download ipaddress-4.2.0.jar file - Jar i

Jar examples for i:ipaddress

Description

Library for handling IP addresses, both IPv4 and IPv6

You can download jar file ipaddress 4.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ipaddress-4.2.0.jar to your project.

<dependency>
   <groupId>com.github.seancfoley</groupId>
   <artifactId>ipaddress</artifactId>
   <version>4.2.0</version>
</dependency>
compile group: 'com.github.seancfoley', name: 'ipaddress', version: '4.2.0'
libraryDependencies += "com.github.seancfoley" % "ipaddress" % "4.2.0"
<dependency org="com.github.seancfoley" name="ipaddress" rev="4.2.0"/>
@Grapes(@Grab(group='com.github.seancfoley', module='ipaddress', version='4.2.0'))
'com.github.seancfoley:ipaddress:jar:4.2.0'

Download

Click the following link to download the jar file.

ipaddress-4.2.0-javadoc.jar
ipaddress-4.2.0-sources.jar
ipaddress-4.2.0.jar
ipaddress-4.2.0.pom



Related Tutorials