GroupId | GroupIdorg.sakaiproject.oauth |
---|---|
ArtifactId | ArtifactIdoauth-dao-memory |
Version | Version11.0 |
Type | Typejar |
Filename | Size |
---|---|
oauth-dao-memory-11.0.pom | |
oauth-dao-memory-11.0.jar | 4 KB |
oauth-dao-memory-11.0-sources.jar | 2 KB |
oauth-dao-memory-11.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-memory/ -->
<dependency>
<groupId>org.sakaiproject.oauth</groupId>
<artifactId>oauth-dao-memory</artifactId>
<version>11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-memory/
implementation 'org.sakaiproject.oauth:oauth-dao-memory:11.0'
// https://jarcasting.com/artifacts/org.sakaiproject.oauth/oauth-dao-memory/
implementation ("org.sakaiproject.oauth:oauth-dao-memory:11.0")
'org.sakaiproject.oauth:oauth-dao-memory:jar:11.0'
<dependency org="org.sakaiproject.oauth" name="oauth-dao-memory" rev="11.0">
<artifact name="oauth-dao-memory" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.oauth', module='oauth-dao-memory', version='11.0')
)
libraryDependencies += "org.sakaiproject.oauth" % "oauth-dao-memory" % "11.0"
[org.sakaiproject.oauth/oauth-dao-memory "11.0"]