Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.dinstone.jrpc |
ArtifactId | ArtifactIdjrpc-transport-netty4 |
Version | Version3.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.dinstone.jrpc/jrpc-transport-netty4/ -->
<dependency>
<groupId>com.dinstone.jrpc</groupId>
<artifactId>jrpc-transport-netty4</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinstone.jrpc/jrpc-transport-netty4/
implementation 'com.dinstone.jrpc:jrpc-transport-netty4:3.1.0'
// https://jarcasting.com/artifacts/com.dinstone.jrpc/jrpc-transport-netty4/
implementation ("com.dinstone.jrpc:jrpc-transport-netty4:3.1.0")
'com.dinstone.jrpc:jrpc-transport-netty4:jar:3.1.0'
<dependency org="com.dinstone.jrpc" name="jrpc-transport-netty4" rev="3.1.0">
<artifact name="jrpc-transport-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinstone.jrpc', module='jrpc-transport-netty4', version='3.1.0')
)
libraryDependencies += "com.dinstone.jrpc" % "jrpc-transport-netty4" % "3.1.0"
[com.dinstone.jrpc/jrpc-transport-netty4 "3.1.0"]