License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.philanthropix |
ArtifactId | ArtifactIdip-validator |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionip-validator
A simple library for validating IP address ranges against a blacklist/whitelist
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ip-validator-0.0.3.pom | |
ip-validator-0.0.3.jar | 11 KB |
ip-validator-0.0.3-sources.jar | 6 KB |
ip-validator-0.0.3-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.philanthropix/ip-validator/ -->
<dependency>
<groupId>com.github.philanthropix</groupId>
<artifactId>ip-validator</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.philanthropix/ip-validator/
implementation 'com.github.philanthropix:ip-validator:0.0.3'
// https://jarcasting.com/artifacts/com.github.philanthropix/ip-validator/
implementation ("com.github.philanthropix:ip-validator:0.0.3")
'com.github.philanthropix:ip-validator:jar:0.0.3'
<dependency org="com.github.philanthropix" name="ip-validator" rev="0.0.3">
<artifact name="ip-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.philanthropix', module='ip-validator', version='0.0.3')
)
libraryDependencies += "com.github.philanthropix" % "ip-validator" % "0.0.3"
[com.github.philanthropix/ip-validator "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.2.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |