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