MVN

com.sflpro.identity : identity-core-db-entities

Maven & Gradle

Feb 21, 2018
2 usages
4 stars
<dependency>
    <groupId>com.sflpro.identity</groupId>
    <artifactId>identity-core-db-entities</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sflpro.identity : identity-core-db-entities to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of com.sflpro.identity : identity-core-db-entities to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
identity-core-db-entities-0.0.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sflpro.identity</groupId>
    <artifactId>identity-core-db-entities</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sflpro.identity : identity-core-db-entities gradle dependency to your build.gradle file:

implementation 'com.sflpro.identity:identity-core-db-entities:0.0.4'

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

implementation("com.sflpro.identity:identity-core-db-entities:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sflpro.identity : identity-core-db-entities sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sflpro.identity" % "identity-core-db-entities" % "0.0.4"

Advertisement