| Categories | CategoriesSecurity | 
|---|---|
| GroupId | GroupIdcom.zuunr.restbed | 
| ArtifactId | ArtifactIdrestbed-security-jwt-bearer | 
| Version | Version1.0.0.M3-90bfe82 | 
| 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.M3-90bfe82</version>
</dependency>// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-security-jwt-bearer/
implementation 'com.zuunr.restbed:restbed-security-jwt-bearer:1.0.0.M3-90bfe82'// https://jarcasting.com/artifacts/com.zuunr.restbed/restbed-security-jwt-bearer/
implementation ("com.zuunr.restbed:restbed-security-jwt-bearer:1.0.0.M3-90bfe82")'com.zuunr.restbed:restbed-security-jwt-bearer:jar:1.0.0.M3-90bfe82'<dependency org="com.zuunr.restbed" name="restbed-security-jwt-bearer" rev="1.0.0.M3-90bfe82">
  <artifact name="restbed-security-jwt-bearer" type="jar" />
</dependency>@Grapes(
@Grab(group='com.zuunr.restbed', module='restbed-security-jwt-bearer', version='1.0.0.M3-90bfe82')
)libraryDependencies += "com.zuunr.restbed" % "restbed-security-jwt-bearer" % "1.0.0.M3-90bfe82"[com.zuunr.restbed/restbed-security-jwt-bearer "1.0.0.M3-90bfe82"]