License |
License |
---|---|
GroupId | GroupIdorg.wso2.msf4j |
ArtifactId | ArtifactIdjwt-sample |
Last Version | Last Version2.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSample: Microservices in MSF4J with signed JWT
Demonstrates how to work with JWT tokens and microservices in WSO2 MSF4J
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jwt-sample-2.8.4.pom | |
jwt-sample-2.8.4.jar | 13 MB |
jwt-sample-2.8.4-sources.jar | 22 KB |
jwt-sample-2.8.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.msf4j/jwt-sample/ -->
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>jwt-sample</artifactId>
<version>2.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.msf4j/jwt-sample/
implementation 'org.wso2.msf4j:jwt-sample:2.8.4'
// https://jarcasting.com/artifacts/org.wso2.msf4j/jwt-sample/
implementation ("org.wso2.msf4j:jwt-sample:2.8.4")
'org.wso2.msf4j:jwt-sample:jar:2.8.4'
<dependency org="org.wso2.msf4j" name="jwt-sample" rev="2.8.4">
<artifact name="jwt-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.msf4j', module='jwt-sample', version='2.8.4')
)
libraryDependencies += "org.wso2.msf4j" % "jwt-sample" % "2.8.4"
[org.wso2.msf4j/jwt-sample "2.8.4"]
Group / Artifact | Type | Version |
---|---|---|
org.wso2.msf4j : msf4j-core | jar | 2.8.4 |