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