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