Categories |
CategoriesH2 Data Databases OAuth2 Security |
---|---|
GroupId | GroupIdcom.scarabsoft |
ArtifactId | ArtifactIdjrest-interceptor-oauth2 |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.scarabsoft/jrest-interceptor-oauth2/ -->
<dependency>
<groupId>com.scarabsoft</groupId>
<artifactId>jrest-interceptor-oauth2</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scarabsoft/jrest-interceptor-oauth2/
implementation 'com.scarabsoft:jrest-interceptor-oauth2:1.0.0'
// https://jarcasting.com/artifacts/com.scarabsoft/jrest-interceptor-oauth2/
implementation ("com.scarabsoft:jrest-interceptor-oauth2:1.0.0")
'com.scarabsoft:jrest-interceptor-oauth2:jar:1.0.0'
<dependency org="com.scarabsoft" name="jrest-interceptor-oauth2" rev="1.0.0">
<artifact name="jrest-interceptor-oauth2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scarabsoft', module='jrest-interceptor-oauth2', version='1.0.0')
)
libraryDependencies += "com.scarabsoft" % "jrest-interceptor-oauth2" % "1.0.0"
[com.scarabsoft/jrest-interceptor-oauth2 "1.0.0"]