| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.leleuj.play |
| ArtifactId | ArtifactIdplay-oauth-client |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPlay OAuth client
Java and Scala OAuth client for Play 2.0 framework with user profile retrieval using scribe-up
|
| Filename | Size |
|---|---|
| play-oauth-client-1.0.0.pom | |
| play-oauth-client-1.0.0.jar | 21 KB |
| play-oauth-client-1.0.0-sources.jar | 13 KB |
| play-oauth-client-1.0.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.leleuj.play/play-oauth-client/ -->
<dependency>
<groupId>com.github.leleuj.play</groupId>
<artifactId>play-oauth-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leleuj.play/play-oauth-client/
implementation 'com.github.leleuj.play:play-oauth-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.leleuj.play/play-oauth-client/
implementation ("com.github.leleuj.play:play-oauth-client:1.0.0")
'com.github.leleuj.play:play-oauth-client:jar:1.0.0'
<dependency org="com.github.leleuj.play" name="play-oauth-client" rev="1.0.0">
<artifact name="play-oauth-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leleuj.play', module='play-oauth-client', version='1.0.0')
)
libraryDependencies += "com.github.leleuj.play" % "play-oauth-client" % "1.0.0"
[com.github.leleuj.play/play-oauth-client "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scribe : scribe-up | jar | 1.3.1 |
| org.scala-lang : scala-compiler | jar | 2.9.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| play » play_2.9.1 | jar | 2.0.4 |