License |
License |
---|---|
GroupId | GroupIdcom.github.leeyazhou |
ArtifactId | ArtifactIdcrpc-bom |
Last Version | Last Version1.0.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRPC framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
crpc-bom-1.0.2.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-bom/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-bom</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-bom/
implementation 'com.github.leeyazhou:crpc-bom:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-bom/
implementation ("com.github.leeyazhou:crpc-bom:1.0.2.RELEASE")
'com.github.leeyazhou:crpc-bom:pom:1.0.2.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-bom" rev="1.0.2.RELEASE">
<artifact name="crpc-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-bom', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-bom" % "1.0.2.RELEASE"
[com.github.leeyazhou/crpc-bom "1.0.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
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 |