is not current version
Last Version 1.0.1

com.nexmo:jwt 1.0.0

Library for creating JWTs for use with Nexmo

GroupId

GroupId

com.nexmo
ArtifactId

ArtifactId

jwt
Version

Version

1.0.0
Type

Type

jar

Download jwt 1.0.0


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