не последняя версия
Последняя версия 5.3.4

com.github.seancfoley:ipaddress 5.3.1

Library for handling IP addresses, both IPv4 and IPv6

Группа

Группа

com.github.seancfoley
Идентификатор

Идентификатор

ipaddress
Версия

Версия

5.3.1
Тип

Тип

jar

Скачать ipaddress 5.3.1


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