| License | License | 
|---|---|
| Categories | CategoriesDropWizard Container Microservices | 
| GroupId | GroupIdcom.sigpwned | 
| ArtifactId | ArtifactIddropwizard-jose-jwt-module | 
| Last Version | Last Version4.0.4 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptiondropwizard-jose-jwt-module dropwizard-jose is an extension for Dropwizard 3.0+
    that adds JOSE (JavaScript Object Signing and Encryption) features
    to the framework, including JWT creation, signing, and
    verification. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| dropwizard-jose-jwt-module-4.0.4.pom | 10 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt-module/ -->
<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>dropwizard-jose-jwt-module</artifactId>
    <version>4.0.4</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt-module/
implementation 'com.sigpwned:dropwizard-jose-jwt-module:4.0.4'// https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt-module/
implementation ("com.sigpwned:dropwizard-jose-jwt-module:4.0.4")'com.sigpwned:dropwizard-jose-jwt-module:pom:4.0.4'<dependency org="com.sigpwned" name="dropwizard-jose-jwt-module" rev="4.0.4">
  <artifact name="dropwizard-jose-jwt-module" type="pom" />
</dependency>@Grapes(
@Grab(group='com.sigpwned', module='dropwizard-jose-jwt-module', version='4.0.4')
)libraryDependencies += "com.sigpwned" % "dropwizard-jose-jwt-module" % "4.0.4"[com.sigpwned/dropwizard-jose-jwt-module "4.0.4"]