| License |
License |
|---|---|
| GroupId | GroupIdcom.github.biegleux |
| ArtifactId | ArtifactIdgae-oauth-tokenstore |
| Version | Version0.2 |
| Type | Typejar |
| Description |
DescriptionGaeTokenStore
Persistent Spring's OAuth2 TokenStore for Google App Engine
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gae-oauth-tokenstore-0.2.pom | |
| gae-oauth-tokenstore-0.2.jar | 23 KB |
| gae-oauth-tokenstore-0.2-sources.jar | 12 KB |
| gae-oauth-tokenstore-0.2-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.biegleux/gae-oauth-tokenstore/ -->
<dependency>
<groupId>com.github.biegleux</groupId>
<artifactId>gae-oauth-tokenstore</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.biegleux/gae-oauth-tokenstore/
implementation 'com.github.biegleux:gae-oauth-tokenstore:0.2'
// https://jarcasting.com/artifacts/com.github.biegleux/gae-oauth-tokenstore/
implementation ("com.github.biegleux:gae-oauth-tokenstore:0.2")
'com.github.biegleux:gae-oauth-tokenstore:jar:0.2'
<dependency org="com.github.biegleux" name="gae-oauth-tokenstore" rev="0.2">
<artifact name="gae-oauth-tokenstore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.biegleux', module='gae-oauth-tokenstore', version='0.2')
)
libraryDependencies += "com.github.biegleux" % "gae-oauth-tokenstore" % "0.2"
[com.github.biegleux/gae-oauth-tokenstore "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.appengine : appengine-api-1.0-sdk | jar | 1.9.14 |
| org.springframework.security.oauth : spring-security-oauth2 | jar | 2.0.3.RELEASE |
| javax.jdo : jdo-api | jar | 3.0.1 |
| org.datanucleus : datanucleus-api-jdo | jar | 3.1.3 |