is not current version
Last Version 11.4

org.sakaiproject.oauth:oauth-dao-memory 11.2

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

GroupId

GroupId

org.sakaiproject.oauth
ArtifactId

ArtifactId

oauth-dao-memory
Version

Version

11.2
Type

Type

jar

Download oauth-dao-memory 11.2


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