Library for handling IP addresses, both IPv4 and IPv6
In the Maven Central Repository
Developed as an Eclipse project, the project files are checked in so it can be easily be imported into an Eclipse workspace.
| Version | Notes |
|---|---|
| v1.0.0 | Java 7 compatible |
| v2.0.2 | requires Java 8 or 9 |
| v3.0.0 | features MAC address support, EUI-48 and EUI-64 MAC integration with IPv6, new address framework, new IP string formats parsed and produced, and other additions |
| Latest Version v4.1.0 | features new prefix length handling. The default prefix behaviour has changed since version 3. IPv4-network/IPv6-subnet router-anycast/zero-host addresses are interpreted as the prefix block subnet, while other prefixed addresses are individual addresses There exists the option to preserve the version 3 behaviour, treating all prefixed addresses as the prefix block subnet. A third option can be used to interpret all prefixed addresses as individual addresses. |
Upcoming: No further major releases planned at this time, while minor releases will continue. Currently working on porting the library to TypeScript and JavaScript.