is not current version
Last Version 2.8.4

org.wso2.msf4j:jwt-sample 2.7.0

Demonstrates how to work with JWT tokens and microservices in WSO2 MSF4J

GroupId

GroupId

org.wso2.msf4j
ArtifactId

ArtifactId

jwt-sample
Version

Version

2.7.0
Type

Type

jar

Download jwt-sample 2.7.0


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