文件下载
文件名 操作
netty-remoting-0.6.0-RELEASE.pom 下载
Apache Maven
<dependency>
  <groupId>link.thingscloud</groupId>
  <artifactId>netty-remoting</artifactId>
  <version>0.6.0-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'link.thingscloud:netty-remoting:0.6.0-RELEASE'
Gradle Kotlin
implementation("link.thingscloud:netty-remoting:0.6.0-RELEASE")
Scala SBT
libraryDependencies += "link.thingscloud" % "netty-remoting" % "0.6.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='link.thingscloud', module='netty-remoting', version='0.6.0-RELEASE')
)
Apache Ivy
<dependency org="link.thingscloud" name="netty-remoting" rev="0.6.0-RELEASE" />
Leiningen
[link.thingscloud/netty-remoting "0.6.0-RELEASE"]
Apache Buildr
'link.thingscloud:netty-remoting:jar:0.6.0-RELEASE'