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