GroupId | GroupIdcom.github.leeyazhou |
---|---|
ArtifactId | ArtifactIdcrpc-core |
Version | Version1.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
crpc-core-1.0.1.RELEASE.pom | |
crpc-core-1.0.1.RELEASE.jar | 105 KB |
crpc-core-1.0.1.RELEASE-sources.jar | 83 KB |
crpc-core-1.0.1.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.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-core/
implementation 'com.github.leeyazhou:crpc-core:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-core/
implementation ("com.github.leeyazhou:crpc-core:1.0.1.RELEASE")
'com.github.leeyazhou:crpc-core:jar:1.0.1.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-core" rev="1.0.1.RELEASE">
<artifact name="crpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-core', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-core" % "1.0.1.RELEASE"
[com.github.leeyazhou/crpc-core "1.0.1.RELEASE"]