| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdcom.zuunr.restbed | 
| ArtifactId | ArtifactIdrestbed-security-jwt-bearer | 
| Version | Version1.0.0.M1-bd8a554 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-security-jwt-bearer/ -->
<dependency>
    <groupId>com.zuunr.restbed</groupId>
    <artifactId>restbed-security-jwt-bearer</artifactId>
    <version>1.0.0.M1-bd8a554</version>
</dependency>// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-security-jwt-bearer/
implementation 'com.zuunr.restbed:restbed-security-jwt-bearer:1.0.0.M1-bd8a554'// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-security-jwt-bearer/
implementation ("com.zuunr.restbed:restbed-security-jwt-bearer:1.0.0.M1-bd8a554")'com.zuunr.restbed:restbed-security-jwt-bearer:jar:1.0.0.M1-bd8a554'<dependency org="com.zuunr.restbed" name="restbed-security-jwt-bearer" rev="1.0.0.M1-bd8a554">
  <artifact name="restbed-security-jwt-bearer" type="jar" />
</dependency>@Grapes(
@Grab(group='com.zuunr.restbed', module='restbed-security-jwt-bearer', version='1.0.0.M1-bd8a554')
)libraryDependencies += "com.zuunr.restbed" % "restbed-security-jwt-bearer" % "1.0.0.M1-bd8a554"[com.zuunr.restbed/restbed-security-jwt-bearer "1.0.0.M1-bd8a554"]