License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.sakaiproject.oauth |
ArtifactId | ArtifactIdoauth-dao-server-config |
Version | Version11.4 |
Type | Typejar |
Description |
DescriptionOAuth ServerConfig DAO
In properties implementation of the DAO used by the OAuth tool, allowing to retrieve the configuration from the
sakai.properties file. It must be used with an other DAO implementation to store tokens.
|
Project Organization |
Project OrganizationThe Sakai Foundation |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-server-config/ -->
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-dao-server-config</artifactId>
<version>11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-server-config/
implementation 'org.sakaiproject.oauth:oauth-dao-server-config:11.4'
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-server-config/
implementation ("org.sakaiproject.oauth:oauth-dao-server-config:11.4")
'org.sakaiproject.oauth:oauth-dao-server-config:jar:11.4'
<dependency org="org.sakaiproject.oauth" name="oauth-dao-server-config" rev="11.4">
<artifact name="oauth-dao-server-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.oauth', module='oauth-dao-server-config', version='11.4')
)
libraryDependencies += "org.sakaiproject.oauth" % "oauth-dao-server-config" % "11.4"
[org.sakaiproject.oauth/oauth-dao-server-config "11.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.sakaiproject.oauth : oauth-api | jar | 11.4 |
org.sakaiproject.kernel : sakai-component-manager | 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 |