GroupId | GroupIdcom.github.leeyazhou |
---|---|
ArtifactId | ArtifactIdcrpc-bootstrap |
Version | Version1.0.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
crpc-bootstrap-1.0.1.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-bootstrap/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-bootstrap</artifactId>
<version>1.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-bootstrap/
implementation 'com.github.leeyazhou:crpc-bootstrap:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-bootstrap/
implementation ("com.github.leeyazhou:crpc-bootstrap:1.0.1.RELEASE")
'com.github.leeyazhou:crpc-bootstrap:pom:1.0.1.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-bootstrap" rev="1.0.1.RELEASE">
<artifact name="crpc-bootstrap" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-bootstrap', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-bootstrap" % "1.0.1.RELEASE"
[com.github.leeyazhou/crpc-bootstrap "1.0.1.RELEASE"]