License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.sigpwned |
ArtifactId | ArtifactIddropwizard-jose-jwt |
Last Version | Last Version4.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-jose-jwt
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 Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-jose-jwt-4.0.4.pom | |
dropwizard-jose-jwt-4.0.4.jar | 20 KB |
dropwizard-jose-jwt-4.0.4-sources.jar | 15 KB |
dropwizard-jose-jwt-4.0.4-javadoc.jar | 181 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt/ -->
<dependency>
<groupId>com.sigpwned</groupId>
<artifactId>dropwizard-jose-jwt</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt/
implementation 'com.sigpwned:dropwizard-jose-jwt:4.0.4'
// https://jarcasting.com/artifacts/com.sigpwned/dropwizard-jose-jwt/
implementation ("com.sigpwned:dropwizard-jose-jwt:4.0.4")
'com.sigpwned:dropwizard-jose-jwt:jar:4.0.4'
<dependency org="com.sigpwned" name="dropwizard-jose-jwt" rev="4.0.4">
<artifact name="dropwizard-jose-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sigpwned', module='dropwizard-jose-jwt', version='4.0.4')
)
libraryDependencies += "com.sigpwned" % "dropwizard-jose-jwt" % "4.0.4"
[com.sigpwned/dropwizard-jose-jwt "4.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | |
io.dropwizard : dropwizard-core | jar | |
io.dropwizard : dropwizard-auth | jar | |
com.nimbusds : nimbus-jose-jwt | jar | 9.23 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar | |
com.sigpwned : dropwizard-jose-jwt-keygen-tool | jar | 4.0.4 |