| License |
License |
|---|---|
| GroupId | GroupIdcom.nexmo |
| ArtifactId | ArtifactIdjwt |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionjwt
Library for creating JWTs for use with Nexmo
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jwt-1.0.1.pom | |
| jwt-1.0.1.jar | 17 KB |
| jwt-1.0.1-sources.jar | 9 KB |
| jwt-1.0.1-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nexmo/jwt/ -->
<dependency>
<groupId>com.nexmo</groupId>
<artifactId>jwt</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nexmo/jwt/
implementation 'com.nexmo:jwt:1.0.1'
// https://jarcasting.com/artifacts/com.nexmo/jwt/
implementation ("com.nexmo:jwt:1.0.1")
'com.nexmo:jwt:jar:1.0.1'
<dependency org="com.nexmo" name="jwt" rev="1.0.1">
<artifact name="jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nexmo', module='jwt', version='1.0.1')
)
libraryDependencies += "com.nexmo" % "jwt" % "1.0.1"
[com.nexmo/jwt "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.31 |
| io.jsonwebtoken : jjwt-api | jar | 0.10.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.10.5 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.31 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.28.2 |
| org.mockito : mockito-inline | jar | 2.28.2 |