License |
License |
---|---|
GroupId | GroupIdcom.github.seancfoley |
ArtifactId | ArtifactIdipaddress |
Last Version | Last Version5.3.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIPAddress
Library for handling IP addresses, both IPv4 and IPv6
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ipaddress-5.3.4.pom | |
ipaddress-5.3.4.jar | 832 KB |
ipaddress-5.3.4-sources.jar | 498 KB |
ipaddress-5.3.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seancfoley/ipaddress/ -->
<dependency>
<groupId>com.github.seancfoley</groupId>
<artifactId>ipaddress</artifactId>
<version>5.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seancfoley/ipaddress/
implementation 'com.github.seancfoley:ipaddress:5.3.4'
// https://jarcasting.com/artifacts/com.github.seancfoley/ipaddress/
implementation ("com.github.seancfoley:ipaddress:5.3.4")
'com.github.seancfoley:ipaddress:jar:5.3.4'
<dependency org="com.github.seancfoley" name="ipaddress" rev="5.3.4">
<artifact name="ipaddress" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seancfoley', module='ipaddress', version='5.3.4')
)
libraryDependencies += "com.github.seancfoley" % "ipaddress" % "5.3.4"
[com.github.seancfoley/ipaddress "5.3.4"]