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