| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdio.github.wanggit |
| ArtifactId | ArtifactIdantrpc |
| Version | Version3.0.0.RELEASE |
| Type | Typepom |
| Description |
DescriptionAnother Tool for RPC
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| antrpc-3.0.0.RELEASE.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wanggit/antrpc/ -->
<dependency>
<groupId>io.github.wanggit</groupId>
<artifactId>antrpc</artifactId>
<version>3.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc/
implementation 'io.github.wanggit:antrpc:3.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc/
implementation ("io.github.wanggit:antrpc:3.0.0.RELEASE")
'io.github.wanggit:antrpc:pom:3.0.0.RELEASE'
<dependency org="io.github.wanggit" name="antrpc" rev="3.0.0.RELEASE">
<artifact name="antrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wanggit', module='antrpc', version='3.0.0.RELEASE')
)
libraryDependencies += "io.github.wanggit" % "antrpc" % "3.0.0.RELEASE"
[io.github.wanggit/antrpc "3.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.resilience4j : resilience4j-circuitbreaker | jar | 1.5.0 |
| io.github.resilience4j : resilience4j-ratelimiter | jar | 1.5.0 |
| org.apache.commons : commons-compress | jar | 1.19 |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| io.netty : netty-all | jar | 4.1.42.Final |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10 |
| org.slf4j : slf4j-api | jar | 1.7.26 |
| com.esotericsoftware : kryo | jar | 4.0.2 |
| com.google.guava : guava | jar | 28.0-jre |
| org.apache.commons : commons-pool2 | jar | 2.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.powermock : powermock-module-junit4 | jar | 2.0.2 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.2 |