MVN

com.sflpro.identity : identity-api-common

Maven & Gradle

Dec 20, 2021
2 usages
4 stars
<dependency>
    <groupId>com.sflpro.identity</groupId>
    <artifactId>identity-api-common</artifactId>
    <version>0.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sflpro.identity : identity-api-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.5

All Versions

Choose a version of com.sflpro.identity : identity-api-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
identity-api-common-0.4.5
identity-api-common-0.4.4
identity-api-common-0.4.3
identity-api-common-0.4.2
identity-api-common-0.4.1
identity-api-common-0.4.0
0.3.x
identity-api-common-0.3.1
0.2.x
identity-api-common-0.2.0
0.1.x
identity-api-common-0.1.0
0.0.x
identity-api-common-0.0.9
identity-api-common-0.0.8
identity-api-common-0.0.7
identity-api-common-0.0.6
identity-api-common-0.0.5
identity-api-common-0.0.4
identity-api-common-0.0.2

How to add a dependency to Maven

Add the following com.sflpro.identity : identity-api-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sflpro.identity</groupId>
    <artifactId>identity-api-common</artifactId>
    <version>0.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sflpro.identity : identity-api-common gradle dependency to your build.gradle file:

implementation 'com.sflpro.identity:identity-api-common:0.4.5'

Gradle Kotlin DSL: Add the following com.sflpro.identity : identity-api-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sflpro.identity:identity-api-common:0.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sflpro.identity : identity-api-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sflpro.identity" % "identity-api-common" % "0.4.5"

Advertisement