Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdcom.github.linshenkx |
ArtifactId | ArtifactIdrpc-netty-common |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-common/ -->
<dependency>
<groupId>com.github.linshenkx</groupId>
<artifactId>rpc-netty-common</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-common/
implementation 'com.github.linshenkx:rpc-netty-common:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-common/
implementation ("com.github.linshenkx:rpc-netty-common:1.0.1.RELEASE")
'com.github.linshenkx:rpc-netty-common:jar:1.0.1.RELEASE'
<dependency org="com.github.linshenkx" name="rpc-netty-common" rev="1.0.1.RELEASE">
<artifact name="rpc-netty-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linshenkx', module='rpc-netty-common', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.linshenkx" % "rpc-netty-common" % "1.0.1.RELEASE"
[com.github.linshenkx/rpc-netty-common "1.0.1.RELEASE"]