Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdlink.thingscloud |
ArtifactId | ArtifactIdnetty-remoting-impl |
Version | Version0.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/link.thingscloud/netty-remoting-impl/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>netty-remoting-impl</artifactId>
<version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting-impl/
implementation 'link.thingscloud:netty-remoting-impl:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting-impl/
implementation ("link.thingscloud:netty-remoting-impl:0.1.0-RELEASE")
'link.thingscloud:netty-remoting-impl:jar:0.1.0-RELEASE'
<dependency org="link.thingscloud" name="netty-remoting-impl" rev="0.1.0-RELEASE">
<artifact name="netty-remoting-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='netty-remoting-impl', version='0.1.0-RELEASE')
)
libraryDependencies += "link.thingscloud" % "netty-remoting-impl" % "0.1.0-RELEASE"
[link.thingscloud/netty-remoting-impl "0.1.0-RELEASE"]