MVN

city.smartb.im : role-api

Maven & Gradle

May 15, 2023

IM · Identity Management

<dependency>
    <groupId>city.smartb.im</groupId>
    <artifactId>role-api</artifactId>
    <version>0.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of city.smartb.im : role-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.2

All Versions

Choose a version of city.smartb.im : role-api to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>city.smartb.im</groupId>
    <artifactId>role-api</artifactId>
    <version>0.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following city.smartb.im : role-api gradle dependency to your build.gradle file:

implementation 'city.smartb.im:role-api:0.14.2'

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

implementation("city.smartb.im:role-api:0.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following city.smartb.im : role-api sbt scala dependency to your build.sbt file:

libraryDependencies += "city.smartb.im" % "role-api" % "0.14.2"