is not current version
Last Version 4.0.4

com.sigpwned:dropwizard-jose-jwt-module 2.1.2

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.

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.sigpwned
ArtifactId

ArtifactId

dropwizard-jose-jwt-module
Version

Version

2.1.2
Type

Type

pom

Download dropwizard-jose-jwt-module 2.1.2


<!-- https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt-module/ -->
<dependency>
    <groupId>com.sigpwned</groupId>
    <artifactId>dropwizard-jose-jwt-module</artifactId>
    <version>2.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt-module/
implementation 'com.sigpwned:dropwizard-jose-jwt-module:2.1.2'
// https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt-module/
implementation ("com.sigpwned:dropwizard-jose-jwt-module:2.1.2")
'com.sigpwned:dropwizard-jose-jwt-module:pom:2.1.2'
<dependency org="com.sigpwned" name="dropwizard-jose-jwt-module" rev="2.1.2">
  <artifact name="dropwizard-jose-jwt-module" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sigpwned', module='dropwizard-jose-jwt-module', version='2.1.2')
)
libraryDependencies += "com.sigpwned" % "dropwizard-jose-jwt-module" % "2.1.2"
[com.sigpwned/dropwizard-jose-jwt-module "2.1.2"]