License |
License |
---|---|
GroupId | GroupIdorg.sakaiproject.oauth |
ArtifactId | ArtifactIdoauth-dao-hbm |
Version | Version21.2 |
Type | Typejar |
Description |
DescriptionOAuth Hibernate DAO
Hibernate implementation of the DAO used by the OAuth tool, allowing to save the configuration and tokens in a
database.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
oauth-dao-hbm-21.2.pom | |
oauth-dao-hbm-21.2.jar | 6 KB |
oauth-dao-hbm-21.2-sources.jar | 5 KB |
oauth-dao-hbm-21.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-hbm/ -->
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-dao-hbm</artifactId>
<version>21.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-hbm/
implementation 'org.sakaiproject.oauth:oauth-dao-hbm:21.2'
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-hbm/
implementation ("org.sakaiproject.oauth:oauth-dao-hbm:21.2")
'org.sakaiproject.oauth:oauth-dao-hbm:jar:21.2'
<dependency org="org.sakaiproject.oauth" name="oauth-dao-hbm" rev="21.2">
<artifact name="oauth-dao-hbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.oauth', module='oauth-dao-hbm', version='21.2')
)
libraryDependencies += "org.sakaiproject.oauth" % "oauth-dao-hbm" % "21.2"
[org.sakaiproject.oauth/oauth-dao-hbm "21.2"]
Group / Artifact | Type | Version |
---|---|---|
org.sakaiproject.oauth : oauth-api | jar | 21.2 |
org.hibernate : hibernate-core | jar | 5.3.18.Final |
org.springframework : spring-core | jar | 5.2.9.RELEASE |
org.springframework : spring-orm | jar | 5.2.9.RELEASE |
org.springframework : spring-tx | jar | 5.2.9.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |
org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
log4j : log4j | jar | 1.2.17 |
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |