License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net Netty Networking |
GroupId | GroupIdcom.github.linshenkx |
ArtifactId | ArtifactIdrpc-netty-spring-boot-starter |
Last Version | Last Version2.0.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrpc-netty-spring-boot-starter
基于Netty的简易RPC框架
|
Project URL |
Project URL |
Filename | Size |
---|---|
rpc-netty-spring-boot-starter-2.0.2.RELEASE.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-spring-boot-starter/ -->
<dependency>
<groupId>com.github.linshenkx</groupId>
<artifactId>rpc-netty-spring-boot-starter</artifactId>
<version>2.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-spring-boot-starter/
implementation 'com.github.linshenkx:rpc-netty-spring-boot-starter:2.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.linshenkx/rpc-netty-spring-boot-starter/
implementation ("com.github.linshenkx:rpc-netty-spring-boot-starter:2.0.2.RELEASE")
'com.github.linshenkx:rpc-netty-spring-boot-starter:pom:2.0.2.RELEASE'
<dependency org="com.github.linshenkx" name="rpc-netty-spring-boot-starter" rev="2.0.2.RELEASE">
<artifact name="rpc-netty-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.linshenkx', module='rpc-netty-spring-boot-starter', version='2.0.2.RELEASE')
)
libraryDependencies += "com.github.linshenkx" % "rpc-netty-spring-boot-starter" % "2.0.2.RELEASE"
[com.github.linshenkx/rpc-netty-spring-boot-starter "2.0.2.RELEASE"]