文件下载
文件名 操作
commons-network_2.11-1.0.11.jar 下载
commons-network_2.11-1.0.11.pom 下载
commons-network_2.11-1.0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.karasiq</groupId>
  <artifactId>commons-network_2.11</artifactId>
  <version>1.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.karasiq:commons-network_2.11:1.0.11'
Gradle Kotlin
implementation("com.github.karasiq:commons-network_2.11:1.0.11")
Scala SBT
libraryDependencies += "com.github.karasiq" % "commons-network_2.11" % "1.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.karasiq', module='commons-network_2.11', version='1.0.11')
)
Apache Ivy
<dependency org="com.github.karasiq" name="commons-network_2.11" rev="1.0.11" />
Leiningen
[com.github.karasiq/commons-network_2.11 "1.0.11"]
Apache Buildr
'com.github.karasiq:commons-network_2.11:jar:1.0.11'