Skip to content

Commit 23125fb

Browse files
authored
Update latest version to 5.6.2 in README
1 parent 0c875a6 commit 23125fb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Java library for handling IP addresses and subnets, both IPv4 and IPv6
33

44
IP address and network manipulations, CIDR, address and subnet operations, iterations, containment checks, longest prefix match, subnetting, and address and subnet data structures including address tries, with polymorphic code
55

6+
1.5 million downloads monthly from Maven Central
7+
68
[Docs](https://seancfoley.github.io/IPAddress/)
79

810
[Code Examples](https://github.com/seancfoley/IPAddress/wiki/Code-Examples)
@@ -14,7 +16,7 @@ IP address and network manipulations, CIDR, address and subnet operations, itera
1416
[In the Maven Central Repository](https://repo1.maven.org/maven2/com/github/seancfoley/ipaddress/), packaged as an OSGI bundle, packaged as a [Linux Fedora rpm](http://rpmfind.net/linux/rpm2html/search.php?query=ipaddress)
1517
- Maven group id: com.github.seancfoley
1618
- Maven artifact id: [ipaddress](https://search.maven.org/search?q=ipaddress)
17-
- Maven versions: [2.0.2](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/2.0.2), [3.0.0](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/3.0.0), [4.3.3](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/4.3.3), [5.6.1](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/5.6.1)
19+
- Maven versions: [2.0.2](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/2.0.2), [3.0.0](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/3.0.0), [4.3.3](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/4.3.3), [5.6.2](https://search.maven.org/artifact/com.github.seancfoley/ipaddress/5.6.2)
1820
- Latest Maven version: [![Maven Central](https://img.shields.io/maven-central/v/com.github.seancfoley/ipaddress.svg?label=Maven%20Central)](https://central.sonatype.com/namespace/com.github.seancfoley)
1921
- OSGI bundle since version 5.3.1: com.github.seancfoley.ipaddress
2022

@@ -30,7 +32,7 @@ Version | Notes |
3032
[2.0.2](https://github.com/seancfoley/IPAddress/releases/tag/v2.0.2) | Requires Java 8 or higher |
3133
[3.0.0](https://github.com/seancfoley/IPAddress/releases/tag/v3.0.0) | Requires Java 8 or higher, 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 |
3234
[4.3.3](https://github.com/seancfoley/IPAddress/releases/tag/v4.3.3) | Requires Java 8 or higher. Features new prefix length handling. 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. Version 4.2.0 has additional methods for managing prefix blocks. Version 4.3 features improved parsing performance and a change to increment(long) behaviour for subnets. |
33-
**[Latest Version 5.6.1](https://github.com/seancfoley/IPAddress/releases/tag/v5.6.1)** | Requires Java 8 or higher. Compatible with Android using Android API level 24 or higher. The code is compiled with Java 8, but provides a Java 9 compiled module-info.class file for those using the Java Platform Module System (JPMS) in Java 9 or later versions. You may need (or wish) to [delete the module-info](https://github.com/seancfoley/IPAddress/issues/16#issuecomment-452425235), which can be done [with gradle](https://github.com/seancfoley/IPAddress/issues/16#issuecomment-452564690), when using Java 8 environments. Version 5 features the addition of IPAddress sequential range classes IP\*AddressSeqRange, the reorganization of classes and interfaces in inet.ipaddr.format package to standard, large, and string subpackages, enhanced address block splitting and merging functionality, Java 8 stream and spliterator methods, additional parsing options, address tries, associative address tries, containment tries, the prefix block allocator, and sequential range lists. Other enhancements are listed on the releases page for [5.0.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.0.0), [5.1.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.1.0), [5.2.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.2.0), [5.3.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.3.0), [5.4.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.4.0), [5.5.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.5.0), and [5.6.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.6.0)
35+
**[Latest Version 5.6.2](https://github.com/seancfoley/IPAddress/releases/tag/v5.6.2)** | Requires Java 8 or higher. Compatible with Android using Android API level 24 or higher. The code is compiled with Java 8, but provides a Java 9 compiled module-info.class file for those using the Java Platform Module System (JPMS) in Java 9 or later versions. You may need (or wish) to [delete the module-info](https://github.com/seancfoley/IPAddress/issues/16#issuecomment-452425235), which can be done [with gradle](https://github.com/seancfoley/IPAddress/issues/16#issuecomment-452564690), when using Java 8 environments. Version 5 features the addition of IPAddress sequential range classes IP\*AddressSeqRange, the reorganization of classes and interfaces in inet.ipaddr.format package to standard, large, and string subpackages, enhanced address block splitting and merging functionality, Java 8 stream and spliterator methods, additional parsing options, address tries, associative address tries, containment tries, the prefix block allocator, and sequential range lists. Other enhancements are listed on the releases page for [5.0.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.0.0), [5.1.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.1.0), [5.2.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.2.0), [5.3.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.3.0), [5.4.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.4.0), [5.5.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.5.0), and [5.6.0](https://github.com/seancfoley/IPAddress/releases/tag/v5.6.0)
3436

3537

3638
## Getting Started

0 commit comments

Comments
 (0)