r

rop-client

Files download
File Operation
rop-client-2.3.9.RELEASE.jar download
rop-client-2.3.9.RELEASE.pom download
rop-client-2.3.9.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>club.zhcs</groupId>
  <artifactId>rop-client</artifactId>
  <version>2.3.9.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'club.zhcs:rop-client:2.3.9.RELEASE'
Gradle Kotlin
implementation("club.zhcs:rop-client:2.3.9.RELEASE")
Scala SBT
libraryDependencies += "club.zhcs" % "rop-client" % "2.3.9.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='club.zhcs', module='rop-client', version='2.3.9.RELEASE')
)
Apache Ivy
<dependency org="club.zhcs" name="rop-client" rev="2.3.9.RELEASE" />
Leiningen
[club.zhcs/rop-client "2.3.9.RELEASE"]
Apache Buildr
'club.zhcs:rop-client:jar:2.3.9.RELEASE'