Files download
File Operation
ipaddress-5.2.1.jar download
ipaddress-5.2.1.pom download
ipaddress-5.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.seancfoley</groupId>
  <artifactId>ipaddress</artifactId>
  <version>5.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.seancfoley:ipaddress:5.2.1'
Gradle Kotlin
implementation("com.github.seancfoley:ipaddress:5.2.1")
Scala SBT
libraryDependencies += "com.github.seancfoley" % "ipaddress" % "5.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seancfoley', module='ipaddress', version='5.2.1')
)
Apache Ivy
<dependency org="com.github.seancfoley" name="ipaddress" rev="5.2.1" />
Leiningen
[com.github.seancfoley/ipaddress "5.2.1"]
Apache Buildr
'com.github.seancfoley:ipaddress:jar:5.2.1'
Dependencies
The project has no third-party dependencies