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