is not current version
Last Version 1.2.6

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

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

GroupId

GroupId

org.soulwing.jwt
ArtifactId

ArtifactId

jwt-webapp-demo
Version

Version

1.0.1
Type

Type

war

Download jwt-webapp-demo 1.0.1


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