Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdcom.ocadotechnology |
ArtifactId | ArtifactIdsttp-oauth2-backend-common_2.12 |
Version | Version0.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ocadotechnology/sttp-oauth2-backend-common_2.12/ -->
<dependency>
<groupId>com.ocadotechnology</groupId>
<artifactId>sttp-oauth2-backend-common_2.12</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocadotechnology/sttp-oauth2-backend-common_2.12/
implementation 'com.ocadotechnology:sttp-oauth2-backend-common_2.12:0.8.0'
// https://jarcasting.com/artifacts/com.ocadotechnology/sttp-oauth2-backend-common_2.12/
implementation ("com.ocadotechnology:sttp-oauth2-backend-common_2.12:0.8.0")
'com.ocadotechnology:sttp-oauth2-backend-common_2.12:jar:0.8.0'
<dependency org="com.ocadotechnology" name="sttp-oauth2-backend-common_2.12" rev="0.8.0">
<artifact name="sttp-oauth2-backend-common_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocadotechnology', module='sttp-oauth2-backend-common_2.12', version='0.8.0')
)
libraryDependencies += "com.ocadotechnology" % "sttp-oauth2-backend-common_2.12" % "0.8.0"
[com.ocadotechnology/sttp-oauth2-backend-common_2.12 "0.8.0"]