i

i2-role-domain-js

Identity and Authentication functions
https://gitlab.smartb.city/fixers/i2
The Apache Software License, Version 2.0
SmartB Team
Files download
File Operation
i2-role-domain-js-0.15.0.pom download
i2-role-domain-js-0.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>city.smartb.i2</groupId>
  <artifactId>i2-role-domain-js</artifactId>
  <version>0.15.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'city.smartb.i2:i2-role-domain-js:0.15.0'
Gradle Kotlin
implementation("city.smartb.i2:i2-role-domain-js:0.15.0")
Scala SBT
libraryDependencies += "city.smartb.i2" % "i2-role-domain-js" % "0.15.0"
Groovy Grape
@Grapes(
  @Grab(group='city.smartb.i2', module='i2-role-domain-js', version='0.15.0')
)
Apache Ivy
<dependency org="city.smartb.i2" name="i2-role-domain-js" rev="0.15.0" />
Leiningen
[city.smartb.i2/i2-role-domain-js "0.15.0"]
Apache Buildr
'city.smartb.i2:i2-role-domain-js:jar:0.15.0'