License |
License |
---|---|
GroupId | GroupIdcom.github.leeyazhou |
ArtifactId | ArtifactIdcrpc-core |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRPC framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
crpc-core-1.0.2.RELEASE.pom | |
crpc-core-1.0.2.RELEASE.jar | 105 KB |
crpc-core-1.0.2.RELEASE-sources.jar | 83 KB |
crpc-core-1.0.2.RELEASE-javadoc.jar | 484 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-core/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-core</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-core/
implementation 'com.github.leeyazhou:crpc-core:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-core/
implementation ("com.github.leeyazhou:crpc-core:1.0.2.RELEASE")
'com.github.leeyazhou:crpc-core:jar:1.0.2.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-core" rev="1.0.2.RELEASE">
<artifact name="crpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-core', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-core" % "1.0.2.RELEASE"
[com.github.leeyazhou/crpc-core "1.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.2 |
log4j : log4j | jar | 1.2.17 |
org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 3.3.3 |