is not current version
Last Version 1.2.6

org.soulwing.jwt:jwt-webapp-demo 1.2.4

This module builds a simple web application as a WAR file.

GroupId

GroupId

org.soulwing.jwt
ArtifactId

ArtifactId

jwt-webapp-demo
Version

Version

1.2.4
Type

Type

war

Download jwt-webapp-demo 1.2.4


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