License |
License |
---|---|
GroupId | GroupIdcom.github.felfert |
ArtifactId | ArtifactIdcidrutils |
Version | Version1.4 |
Type | Typejar |
Description |
DescriptionCIDRUtils
Provides a subnet range matcher for IPv4 and IPv6
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cidrutils-1.4.pom | |
cidrutils-1.4.jar | 5 KB |
cidrutils-1.4-sources.jar | 5 KB |
cidrutils-1.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.felfert/cidrutils/ -->
<dependency>
<groupId>com.github.felfert</groupId>
<artifactId>cidrutils</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.felfert/cidrutils/
implementation 'com.github.felfert:cidrutils:1.4'
// https://jarcasting.com/artifacts/com.github.felfert/cidrutils/
implementation ("com.github.felfert:cidrutils:1.4")
'com.github.felfert:cidrutils:jar:1.4'
<dependency org="com.github.felfert" name="cidrutils" rev="1.4">
<artifact name="cidrutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.felfert', module='cidrutils', version='1.4')
)
libraryDependencies += "com.github.felfert" % "cidrutils" % "1.4"
[com.github.felfert/cidrutils "1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.spotbugs : spotbugs-annotations | jar | 4.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |