| Categories | CategoriesH2 Data Databases Security OAuth2 | 
|---|---|
| GroupId | GroupIdcom.zuunr.restbed | 
| ArtifactId | ArtifactIdrestbed-security-oauth2-resource-server | 
| Version | Version1.0.0.M2-ef38836 | 
| 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.M2-ef38836</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.M2-ef38836'// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-security-oauth2-resource-server/
implementation ("com.zuunr.restbed:restbed-security-oauth2-resource-server:1.0.0.M2-ef38836")'com.zuunr.restbed:restbed-security-oauth2-resource-server:jar:1.0.0.M2-ef38836'<dependency org="com.zuunr.restbed" name="restbed-security-oauth2-resource-server" rev="1.0.0.M2-ef38836">
  <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.M2-ef38836')
)libraryDependencies += "com.zuunr.restbed" % "restbed-security-oauth2-resource-server" % "1.0.0.M2-ef38836"[com.zuunr.restbed/restbed-security-oauth2-resource-server "1.0.0.M2-ef38836"]