Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdcom.stratio.spray.auth |
ArtifactId | ArtifactIdspray-oauth2 |
Version | Version0.3.2 |
Type | Typepom |
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"]