n

netty4-server

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