MVN

org.sakaiproject.oauth : oauth-dao-server-config

Maven & Gradle

Jun 03, 2017
809 stars

OAuth ServerConfig DAO · In properties implementation of the DAO used by the OAuth tool, allowing to retrieve the configuration from the sakai.properties file. It must be used with an other DAO implementation to store tokens.

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

Latest Version

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

  • Latest Stable: 11.4

All Versions

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

Version Vulnerabilities Updated
11.4
oauth-dao-server-config-11.4
11.3
oauth-dao-server-config-11.3
11.2
oauth-dao-server-config-11.2
11.1
oauth-dao-server-config-11.1
11.0
oauth-dao-server-config-11.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.sakaiproject.oauth:oauth-dao-server-config:11.4'

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

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

How to add a dependency to SBT Scala

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

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