| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdnl.open | 
| ArtifactId | ArtifactIdjava-jwt-nodependencies | 
| Last Version | Last Version3.2.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjava-jwt-nodependencies This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega). | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/nl.open/java-jwt-nodependencies/ -->
<dependency>
    <groupId>nl.open</groupId>
    <artifactId>java-jwt-nodependencies</artifactId>
    <version>3.2.0</version>
</dependency>// https://jarcasting.com/artifacts/nl.open/java-jwt-nodependencies/
implementation 'nl.open:java-jwt-nodependencies:3.2.0'// https://jarcasting.com/artifacts/nl.open/java-jwt-nodependencies/
implementation ("nl.open:java-jwt-nodependencies:3.2.0")'nl.open:java-jwt-nodependencies:jar:3.2.0'<dependency org="nl.open" name="java-jwt-nodependencies" rev="3.2.0">
  <artifact name="java-jwt-nodependencies" type="jar" />
</dependency>@Grapes(
@Grab(group='nl.open', module='java-jwt-nodependencies', version='3.2.0')
)libraryDependencies += "nl.open" % "java-jwt-nodependencies" % "3.2.0"[nl.open/java-jwt-nodependencies "3.2.0"]