Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdlink.thingscloud |
ArtifactId | ArtifactIdnetty-remoting |
Version | Version0.4.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
netty-remoting-0.4.0-RELEASE.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/link.thingscloud/netty-remoting/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>netty-remoting</artifactId>
<version>0.4.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting/
implementation 'link.thingscloud:netty-remoting:0.4.0-RELEASE'
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting/
implementation ("link.thingscloud:netty-remoting:0.4.0-RELEASE")
'link.thingscloud:netty-remoting:pom:0.4.0-RELEASE'
<dependency org="link.thingscloud" name="netty-remoting" rev="0.4.0-RELEASE">
<artifact name="netty-remoting" type="pom" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='netty-remoting', version='0.4.0-RELEASE')
)
libraryDependencies += "link.thingscloud" % "netty-remoting" % "0.4.0-RELEASE"
[link.thingscloud/netty-remoting "0.4.0-RELEASE"]