| GroupId | GroupIdorg.soulwing.jwt |
|---|---|
| ArtifactId | ArtifactIdjwt-webapp-demo |
| Version | Version1.2.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| jwt-webapp-demo-1.2.0.pom | |
| jwt-webapp-demo-1.2.0.war | 12 MB |
| jwt-webapp-demo-1.2.0-sources.jar | 4 KB |
| jwt-webapp-demo-1.2.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-webapp-demo/ -->
<dependency>
<groupId>org.soulwing.jwt</groupId>
<artifactId>jwt-webapp-demo</artifactId>
<version>1.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-webapp-demo/
implementation 'org.soulwing.jwt:jwt-webapp-demo:1.2.0'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-webapp-demo/
implementation ("org.soulwing.jwt:jwt-webapp-demo:1.2.0")
'org.soulwing.jwt:jwt-webapp-demo:war:1.2.0'
<dependency org="org.soulwing.jwt" name="jwt-webapp-demo" rev="1.2.0">
<artifact name="jwt-webapp-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-webapp-demo', version='1.2.0')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-webapp-demo" % "1.2.0"
[org.soulwing.jwt/jwt-webapp-demo "1.2.0"]