License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.microcmpt |
ArtifactId | ArtifactIdspring-boot-msa-rpc4j-starter |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionspring-boot-msa-rpc4j-starter
Lightweight RPC communication framework based on netty and protostuff.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.microcmpt/spring-boot-msa-rpc4j-starter/ -->
<dependency>
<groupId>com.github.microcmpt</groupId>
<artifactId>spring-boot-msa-rpc4j-starter</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microcmpt/spring-boot-msa-rpc4j-starter/
implementation 'com.github.microcmpt:spring-boot-msa-rpc4j-starter:1.0.1'
// https://jarcasting.com/artifacts/com.github.microcmpt/spring-boot-msa-rpc4j-starter/
implementation ("com.github.microcmpt:spring-boot-msa-rpc4j-starter:1.0.1")
'com.github.microcmpt:spring-boot-msa-rpc4j-starter:jar:1.0.1'
<dependency org="com.github.microcmpt" name="spring-boot-msa-rpc4j-starter" rev="1.0.1">
<artifact name="spring-boot-msa-rpc4j-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microcmpt', module='spring-boot-msa-rpc4j-starter', version='1.0.1')
)
libraryDependencies += "com.github.microcmpt" % "spring-boot-msa-rpc4j-starter" % "1.0.1"
[com.github.microcmpt/spring-boot-msa-rpc4j-starter "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.microcmpt : msa-rpc-client | jar | 1.0.1 |
com.github.microcmpt : msa-rpc-server | jar | 1.0.1 |
org.projectlombok : lombok | jar | 1.16.20 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |