<dependency> <groupId>com.github.seancfoley</groupId> <artifactId>ipaddress</artifactId> <version>5.5.1</version> </dependency>
implementation 'com.github.seancfoley:ipaddress:5.5.1'
implementation("com.github.seancfoley:ipaddress:5.5.1")
libraryDependencies += "com.github.seancfoley" % "ipaddress" % "5.5.1"
@Grapes( @Grab(group='com.github.seancfoley', module='ipaddress', version='5.5.1') )
<dependency org="com.github.seancfoley" name="ipaddress" rev="5.5.1" />
[com.github.seancfoley/ipaddress "5.5.1"]
'com.github.seancfoley:ipaddress:jar:5.5.1'