MVN

org.eclipse.lyo.server : oauth-consumer-store

Maven & Gradle

Jun 29, 2023
3 stars

Lyo :: Server :: OAuth Consumer Store · File-based consumer store for Eclipse Lyo OAuth providers.

<dependency>
    <groupId>org.eclipse.lyo.server</groupId>
    <artifactId>oauth-consumer-store</artifactId>
    <version>5.1.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.lyo.server : oauth-consumer-store to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1.Final
  • Latest Release Candidate: 4.1.0.RC
  • Latest Alpha: 5.1.0-alpha

All Versions

Choose a version of org.eclipse.lyo.server : oauth-consumer-store to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
oauth-consumer-store-5.1.1.Final
oauth-consumer-store-5.1.0-alpha
5.0.x
oauth-consumer-store-5.0.1.CR
oauth-consumer-store-5.0.0.Final
oauth-consumer-store-5.0.0.CR
oauth-consumer-store-5.0.0.alpha4
oauth-consumer-store-5.0.0.alpha3
oauth-consumer-store-5.0.0.alpha2
oauth-consumer-store-5.0.0.alpha1
4.1.x
oauth-consumer-store-4.1.0
oauth-consumer-store-4.1.0.RC
oauth-consumer-store-4.1.0.M1
oauth-consumer-store-4.1.0.alpha1
4.0.x
oauth-consumer-store-4.0.0
oauth-consumer-store-4.0.0.RC

How to add a dependency to Maven

Add the following org.eclipse.lyo.server : oauth-consumer-store maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.lyo.server</groupId>
    <artifactId>oauth-consumer-store</artifactId>
    <version>5.1.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.lyo.server : oauth-consumer-store gradle dependency to your build.gradle file:

implementation 'org.eclipse.lyo.server:oauth-consumer-store:5.1.1.Final'

Gradle Kotlin DSL: Add the following org.eclipse.lyo.server : oauth-consumer-store gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.lyo.server:oauth-consumer-store:5.1.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.lyo.server : oauth-consumer-store sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.lyo.server" % "oauth-consumer-store" % "5.1.1.Final"

Advertisement