License |
License |
---|---|
GroupId | GroupIdorg.apache.shiro.samples |
ArtifactId | ArtifactIdsamples-jaxrs |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionApache Shiro :: Samples :: JAX-RS
Apache Shiro is a powerful and flexible open-source security framework that cleanly handles
authentication, authorization, enterprise session management, single sign-on and cryptography services.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
samples-jaxrs-1.8.0.pom | |
samples-jaxrs-1.8.0.war | 6 MB |
samples-jaxrs-1.8.0-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shiro.samples/samples-jaxrs/ -->
<dependency>
<groupId>org.apache.shiro.samples</groupId>
<artifactId>samples-jaxrs</artifactId>
<version>1.8.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shiro.samples/samples-jaxrs/
implementation 'org.apache.shiro.samples:samples-jaxrs:1.8.0'
// https://jarcasting.com/artifacts/org.apache.shiro.samples/samples-jaxrs/
implementation ("org.apache.shiro.samples:samples-jaxrs:1.8.0")
'org.apache.shiro.samples:samples-jaxrs:war:1.8.0'
<dependency org="org.apache.shiro.samples" name="samples-jaxrs" rev="1.8.0">
<artifact name="samples-jaxrs" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.shiro.samples', module='samples-jaxrs', version='1.8.0')
)
libraryDependencies += "org.apache.shiro.samples" % "samples-jaxrs" % "1.8.0"
[org.apache.shiro.samples/samples-jaxrs "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro : shiro-servlet-plugin | jar | 1.8.0 |
org.apache.shiro : shiro-jaxrs | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.26 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.shiro.integrationtests : shiro-its-support | jar | 1.8.0 |
com.jayway.restassured : rest-assured | jar | 2.9.0 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 2.1 |
org.easymock : easymock | jar | 4.1 |
org.codehaus.groovy : groovy | jar | 2.5.14 |
org.powermock : powermock-module-junit4 | jar | 2.0.2 |
org.powermock : powermock-api-easymock | jar | 2.0.2 |