is not current version
Last Version 0.4.0

com.stratio.spray.auth:spray-oauth2 0.3.2

This is a spray client, which supports OAuth 2.0 protocol

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

com.stratio.spray.auth
ArtifactId

ArtifactId

spray-oauth2
Version

Version

0.3.2
Type

Type

pom

Download spray-oauth2 0.3.2

Filename Size
spray-oauth2-0.3.2.pom 9 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.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2/
implementation 'com.stratio.spray.auth:spray-oauth2:0.3.2'
// https://jarcasting.com/artifacts/com.stratio.spray.auth/spray-oauth2/
implementation ("com.stratio.spray.auth:spray-oauth2:0.3.2")
'com.stratio.spray.auth:spray-oauth2:pom:0.3.2'
<dependency org="com.stratio.spray.auth" name="spray-oauth2" rev="0.3.2">
  <artifact name="spray-oauth2" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stratio.spray.auth', module='spray-oauth2', version='0.3.2')
)
libraryDependencies += "com.stratio.spray.auth" % "spray-oauth2" % "0.3.2"
[com.stratio.spray.auth/spray-oauth2 "0.3.2"]