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