is not current version
Last Version 22.0

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

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

20.5
Type

Type

jar

Download oauth-dao-hbm 20.5


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