MVN

fr.zebasto : spring-identity-rest

Maven & Gradle

Nov 25, 2014
4 usages

Spring Identity :: REST

<dependency>
    <groupId>fr.zebasto</groupId>
    <artifactId>spring-identity-rest</artifactId>
    <version>1.0.0-BETA2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.zebasto : spring-identity-rest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-BETA2
  • Latest Beta: 1.0.0-BETA2

All Versions

Choose a version of fr.zebasto : spring-identity-rest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-identity-rest-1.0.0-BETA2
spring-identity-rest-1.0.0-BETA1

How to add a dependency to Maven

Add the following fr.zebasto : spring-identity-rest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.zebasto</groupId>
    <artifactId>spring-identity-rest</artifactId>
    <version>1.0.0-BETA2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.zebasto : spring-identity-rest gradle dependency to your build.gradle file:

implementation 'fr.zebasto:spring-identity-rest:1.0.0-BETA2'

Gradle Kotlin DSL: Add the following fr.zebasto : spring-identity-rest gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.zebasto:spring-identity-rest:1.0.0-BETA2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.zebasto : spring-identity-rest sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.zebasto" % "spring-identity-rest" % "1.0.0-BETA2"

Advertisement