MVN

com.github.seancfoley : ipaddress

Maven & Gradle

Dec 15, 2022
50 usages
382 stars

IPAddress · Library for handling IP addresses, both IPv4 and IPv6

<dependency>
    <groupId>com.github.seancfoley</groupId>
    <artifactId>ipaddress</artifactId>
    <version>5.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.seancfoley : ipaddress to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.0

All Versions

Choose a version of com.github.seancfoley : ipaddress to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
ipaddress-5.4.0
5.3.x
ipaddress-5.3.4
ipaddress-5.3.3
ipaddress-5.3.2
ipaddress-5.3.1
ipaddress-5.3.0
5.2.x
ipaddress-5.2.1
ipaddress-5.2.0
5.1.x
ipaddress-5.1.0
5.0.x
ipaddress-5.0.2
ipaddress-5.0.1
ipaddress-5.0.0
4.3.x
ipaddress-4.3.3
ipaddress-4.3.2
ipaddress-4.3.1
ipaddress-4.3.0
4.2.x
ipaddress-4.2.0
4.1.x
ipaddress-4.1.0
4.0.x
ipaddress-4.0.0
3.0.x
ipaddress-3.0.0
2.0.x
ipaddress-2.0.2
ipaddress-2.0.1
ipaddress-2.0.0

How to add a dependency to Maven

Add the following com.github.seancfoley : ipaddress maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.seancfoley</groupId>
    <artifactId>ipaddress</artifactId>
    <version>5.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.seancfoley : ipaddress gradle dependency to your build.gradle file:

implementation 'com.github.seancfoley:ipaddress:5.4.0'

Gradle Kotlin DSL: Add the following com.github.seancfoley : ipaddress gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.seancfoley:ipaddress:5.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.seancfoley : ipaddress sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.seancfoley" % "ipaddress" % "5.4.0"

Advertisement