Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdclub.zhcs |
ArtifactId | ArtifactIdrop-client |
Version | Version2.3.2.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
rop-client-2.3.2.RELEASE.pom | |
rop-client-2.3.2.RELEASE.jar | 12 KB |
rop-client-2.3.2.RELEASE-sources.jar | 6 KB |
rop-client-2.3.2.RELEASE-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.zhcs/rop-client/ -->
<dependency>
<groupId>club.zhcs</groupId>
<artifactId>rop-client</artifactId>
<version>2.3.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/club.zhcs/rop-client/
implementation 'club.zhcs:rop-client:2.3.2.RELEASE'
// https://jarcasting.com/artifacts/club.zhcs/rop-client/
implementation ("club.zhcs:rop-client:2.3.2.RELEASE")
'club.zhcs:rop-client:jar:2.3.2.RELEASE'
<dependency org="club.zhcs" name="rop-client" rev="2.3.2.RELEASE">
<artifact name="rop-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.zhcs', module='rop-client', version='2.3.2.RELEASE')
)
libraryDependencies += "club.zhcs" % "rop-client" % "2.3.2.RELEASE"
[club.zhcs/rop-client "2.3.2.RELEASE"]