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