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