License |
License |
---|---|
Categories |
CategoriesH2 Data Databases OAuth2 Security |
GroupId | GroupIdcom.stratio.spray.auth |
ArtifactId | ArtifactIdspray-oauth2 |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStratio Spray OAuth 2.0 Client
This is a spray client, which supports OAuth 2.0 protocol
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spray-oauth2-0.4.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2/ -->
<dependency>
<groupId>com.stratio.spray.auth</groupId>
<artifactId>spray-oauth2</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2/
implementation 'com.stratio.spray.auth:spray-oauth2:0.4.0'
// https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2/
implementation ("com.stratio.spray.auth:spray-oauth2:0.4.0")
'com.stratio.spray.auth:spray-oauth2:pom:0.4.0'
<dependency org="com.stratio.spray.auth" name="spray-oauth2" rev="0.4.0">
<artifact name="spray-oauth2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stratio.spray.auth', module='spray-oauth2', version='0.4.0')
)
libraryDependencies += "com.stratio.spray.auth" % "spray-oauth2" % "0.4.0"
[com.stratio.spray.auth/spray-oauth2 "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.oltu.oauth2 : org.apache.oltu.oauth2.client | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |