文件下载
文件名 操作
ipaddress-5.5.0.jar 下载
ipaddress-5.5.0.pom 下载
ipaddress-5.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.seancfoley</groupId>
  <artifactId>ipaddress</artifactId>
  <version>5.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.seancfoley:ipaddress:5.5.0'
Gradle Kotlin
implementation("com.github.seancfoley:ipaddress:5.5.0")
Scala SBT
libraryDependencies += "com.github.seancfoley" % "ipaddress" % "5.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.seancfoley', module='ipaddress', version='5.5.0')
)
Apache Ivy
<dependency org="com.github.seancfoley" name="ipaddress" rev="5.5.0" />
Leiningen
[com.github.seancfoley/ipaddress "5.5.0"]
Apache Buildr
'com.github.seancfoley:ipaddress:jar:5.5.0'
本项目依赖
该项目无第三方依赖