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