is not current version
Last Version 1.4

com.github.felfert:cidrutils 1.2

Provides a subnet range matcher for IPv4 and IPv6

GroupId

GroupId

com.github.felfert
ArtifactId

ArtifactId

cidrutils
Version

Version

1.2
Type

Type

jar

Download cidrutils 1.2


<!-- https://jarcasting.com/artifacts/com.github.felfert/cidrutils/ -->
<dependency>
    <groupId>com.github.felfert</groupId>
    <artifactId>cidrutils</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.felfert/cidrutils/
implementation 'com.github.felfert:cidrutils:1.2'
// https://jarcasting.com/artifacts/com.github.felfert/cidrutils/
implementation ("com.github.felfert:cidrutils:1.2")
'com.github.felfert:cidrutils:jar:1.2'
<dependency org="com.github.felfert" name="cidrutils" rev="1.2">
  <artifact name="cidrutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.felfert', module='cidrutils', version='1.2')
)
libraryDependencies += "com.github.felfert" % "cidrutils" % "1.2"
[com.github.felfert/cidrutils "1.2"]