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