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