Last Version

OAuth In-memory DAO 11.4

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

License

License

GroupId

GroupId

org.sakaiproject.oauth
ArtifactId

ArtifactId

oauth-dao-memory
Version

Version

11.4
Type

Type

jar
Description

Description

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

Project Organization

The Sakai Foundation

Download oauth-dao-memory 11.4


<!-- https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-memory/ -->
<dependency>
    <groupId>org.sakaiproject.oauth</groupId>
    <artifactId>oauth-dao-memory</artifactId>
    <version>11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-memory/
implementation 'org.sakaiproject.oauth:oauth-dao-memory:11.4'
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-memory/
implementation ("org.sakaiproject.oauth:oauth-dao-memory:11.4")
'org.sakaiproject.oauth:oauth-dao-memory:jar:11.4'
<dependency org="org.sakaiproject.oauth" name="oauth-dao-memory" rev="11.4">
  <artifact name="oauth-dao-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.oauth', module='oauth-dao-memory', version='11.4')
)
libraryDependencies += "org.sakaiproject.oauth" % "oauth-dao-memory" % "11.4"
[org.sakaiproject.oauth/oauth-dao-memory "11.4"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.11

provided (6)

Group / Artifact Type Version
org.sakaiproject.oauth : oauth-api jar 11.4
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-log4j12 jar 1.7.21
org.slf4j : jcl-over-slf4j jar 1.7.21
log4j : log4j jar 1.2.17
org.projectlombok : lombok jar 1.16.8

Project Modules

There are no modules declared in this project.