License |
License |
---|---|
GroupId | GroupIdcom.github.leeyazhou |
ArtifactId | ArtifactIdcrpc-example |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRPC framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
crpc-example-1.0.2.RELEASE.pom | |
crpc-example-1.0.2.RELEASE.jar | 20 KB |
crpc-example-1.0.2.RELEASE-sources.jar | 18 KB |
crpc-example-1.0.2.RELEASE-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-example/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-example</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-example/
implementation 'com.github.leeyazhou:crpc-example:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-example/
implementation ("com.github.leeyazhou:crpc-example:1.0.2.RELEASE")
'com.github.leeyazhou:crpc-example:jar:1.0.2.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-example" rev="1.0.2.RELEASE">
<artifact name="crpc-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-example', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-example" % "1.0.2.RELEASE"
[com.github.leeyazhou/crpc-example "1.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.101tec : zkclient | jar | 0.11 |
com.caucho : hessian | jar | 4.0.38 |
com.github.leeyazhou : crpc-bootstrap-api | jar | 1.0.2.RELEASE |
com.github.leeyazhou : crpc-bootstrap-default | jar | 1.0.2.RELEASE |
com.github.leeyazhou : crpc-config-api | jar | 1.0.2.RELEASE |
com.github.leeyazhou : crpc-config-spring | jar | 1.0.2.RELEASE |
com.github.leeyazhou : crpc-transport-api | jar | 1.0.2.RELEASE |
com.github.leeyazhou : crpc-transport-netty | jar | 1.0.2.RELEASE |
de.ruedigermoeller : fst | jar | 2.57 |
org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
org.apache.zookeeper : zookeeper | jar | 3.4.14 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.3.3 |