Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdlink.thingscloud |
ArtifactId | ArtifactIdnetty-remoting |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptionnetty-remoting-${project.version}
Netty Remoting Impl
|
Filename | Size |
---|---|
netty-remoting-0.2.0.pom | |
netty-remoting-0.2.0.jar | 89 KB |
netty-remoting-0.2.0-sources.jar | 55 KB |
netty-remoting-0.2.0-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/link.thingscloud/netty-remoting/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>netty-remoting</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting/
implementation 'link.thingscloud:netty-remoting:0.2.0'
// https://jarcasting.com/artifacts/link.thingscloud/netty-remoting/
implementation ("link.thingscloud:netty-remoting:0.2.0")
'link.thingscloud:netty-remoting:jar:0.2.0'
<dependency org="link.thingscloud" name="netty-remoting" rev="0.2.0">
<artifact name="netty-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='netty-remoting', version='0.2.0')
)
libraryDependencies += "link.thingscloud" % "netty-remoting" % "0.2.0"
[link.thingscloud/netty-remoting "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
${project.groupId} » netty-remoting-api | jar | |
io.netty : netty-all | jar | |
org.slf4j : slf4j-api | jar |
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-transport-native-epoll | jar | ${netty.version} |