is not current version
Last Version 22.0

org.sakaiproject.oauth:oauth-dao-hbm 12.1

Hibernate implementation of the DAO used by the OAuth tool, allowing to save the configuration and tokens in a database.

GroupId

GroupId

org.sakaiproject.oauth
ArtifactId

ArtifactId

oauth-dao-hbm
Version

Version

12.1
Type

Type

jar

Download oauth-dao-hbm 12.1


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