Install IPAddress via Maven
masterTo use IPAddress in your Java project, add the following dependency to your Maven configuration. The library is available in Maven Central.
Maven Coordinates:
- Group ID:
com.github.seancfoley - Artifact ID:
ipaddress
Note: For OSGI environments, the bundle ID is com.github.seancfoley.ipaddress (available since version 5.3.1).
<!-- Example Maven dependency structure -->
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.6.2</version>
</dependency>