MVN

city.smartb.im : user-domain-js

Maven & Gradle

May 15, 2023

IM · Identity Management

<dependency>
    <groupId>city.smartb.im</groupId>
    <artifactId>user-domain-js</artifactId>
    <version>0.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of city.smartb.im : user-domain-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.2

All Versions

Choose a version of city.smartb.im : user-domain-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
user-domain-js-0.14.2
user-domain-js-0.14.1
user-domain-js-0.14.0
0.12.x
user-domain-js-0.12.0
0.5.x
user-domain-js-0.5.0
0.4.x
user-domain-js-0.4.3
user-domain-js-0.4.2
user-domain-js-0.4.1
user-domain-js-0.4.0
0.2.x
user-domain-js-0.2.0
0.1.x
user-domain-js-0.1.0

How to add a dependency to Maven

Add the following city.smartb.im : user-domain-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>city.smartb.im</groupId>
    <artifactId>user-domain-js</artifactId>
    <version>0.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following city.smartb.im : user-domain-js gradle dependency to your build.gradle file:

implementation 'city.smartb.im:user-domain-js:0.14.2'

Gradle Kotlin DSL: Add the following city.smartb.im : user-domain-js gradle kotlin dependency to your build.gradle.kts file:

implementation("city.smartb.im:user-domain-js:0.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following city.smartb.im : user-domain-js sbt scala dependency to your build.sbt file:

libraryDependencies += "city.smartb.im" % "user-domain-js" % "0.14.2"