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