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