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