| GroupId | GroupIdorg.soulwing.jwt |
|---|---|
| ArtifactId | ArtifactIdjwt-webapp-demo |
| Version | Version1.2.5 |
| Type | Typewar |
| Filename | Size |
|---|---|
| jwt-webapp-demo-1.2.5.pom | |
| jwt-webapp-demo-1.2.5.war | 12 MB |
| jwt-webapp-demo-1.2.5-sources.jar | 4 KB |
| jwt-webapp-demo-1.2.5-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.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-webapp-demo/
implementation 'org.soulwing.jwt:jwt-webapp-demo:1.2.5'
// https://jarcasting.com/artifacts/org.soulwing.jwt/jwt-webapp-demo/
implementation ("org.soulwing.jwt:jwt-webapp-demo:1.2.5")
'org.soulwing.jwt:jwt-webapp-demo:war:1.2.5'
<dependency org="org.soulwing.jwt" name="jwt-webapp-demo" rev="1.2.5">
<artifact name="jwt-webapp-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.soulwing.jwt', module='jwt-webapp-demo', version='1.2.5')
)
libraryDependencies += "org.soulwing.jwt" % "jwt-webapp-demo" % "1.2.5"
[org.soulwing.jwt/jwt-webapp-demo "1.2.5"]