Files download
File Operation
fastnetty-common-0.1.0.jar download
fastnetty-common-0.1.0.pom download
fastnetty-common-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sd4324530</groupId>
  <artifactId>fastnetty-common</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.sd4324530:fastnetty-common:0.1.0'
Gradle Kotlin
implementation("com.github.sd4324530:fastnetty-common:0.1.0")
Scala SBT
libraryDependencies += "com.github.sd4324530" % "fastnetty-common" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sd4324530', module='fastnetty-common', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.sd4324530" name="fastnetty-common" rev="0.1.0" />
Leiningen
[com.github.sd4324530/fastnetty-common "0.1.0"]
Apache Buildr
'com.github.sd4324530:fastnetty-common:jar:0.1.0'