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