MVN

org.sakaiproject.oauth : oauth-dao-memory

Maven & Gradle

Jun 03, 2017
809 stars

OAuth In-memory DAO · In memory implementation of the DAO used by the OAuth tool, allowing to save the configuration and tokens in memory.

<dependency>
    <groupId>org.sakaiproject.oauth</groupId>
    <artifactId>oauth-dao-memory</artifactId>
    <version>11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.oauth : oauth-dao-memory to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4

All Versions

Choose a version of org.sakaiproject.oauth : oauth-dao-memory to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4
oauth-dao-memory-11.4
11.3
oauth-dao-memory-11.3
11.2
oauth-dao-memory-11.2
11.1
oauth-dao-memory-11.1
11.0
oauth-dao-memory-11.0

How to add a dependency to Maven

Add the following org.sakaiproject.oauth : oauth-dao-memory maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sakaiproject.oauth</groupId>
    <artifactId>oauth-dao-memory</artifactId>
    <version>11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.oauth : oauth-dao-memory gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.oauth:oauth-dao-memory:11.4'

Gradle Kotlin DSL: Add the following org.sakaiproject.oauth : oauth-dao-memory gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.oauth:oauth-dao-memory:11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.oauth : oauth-dao-memory sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.oauth" % "oauth-dao-memory" % "11.4"