License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.stormpath.shiro |
ArtifactId | ArtifactIdsamples-jaxrs |
Version | Version0.8.0-RC1 |
Type | Typewar |
Description |
DescriptionStormpath :: Shiro :: JAX-RS Example
Stormpath Shiro integration allows Shiro-based applications to use Stormpath as the backend for
all of their security needs.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
samples-jaxrs-0.8.0-RC1.pom | |
samples-jaxrs-0.8.0-RC1.war | 14 MB |
samples-jaxrs-0.8.0-RC1-sources.jar | 4 KB |
samples-jaxrs-0.8.0-RC1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stormpath.shiro/samples-jaxrs/ -->
<dependency>
<groupId>com.stormpath.shiro</groupId>
<artifactId>samples-jaxrs</artifactId>
<version>0.8.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.shiro/samples-jaxrs/
implementation 'com.stormpath.shiro:samples-jaxrs:0.8.0-RC1'
// https://jarcasting.com/artifacts/com.stormpath.shiro/samples-jaxrs/
implementation ("com.stormpath.shiro:samples-jaxrs:0.8.0-RC1")
'com.stormpath.shiro:samples-jaxrs:war:0.8.0-RC1'
<dependency org="com.stormpath.shiro" name="samples-jaxrs" rev="0.8.0-RC1">
<artifact name="samples-jaxrs" type="war" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.shiro', module='samples-jaxrs', version='0.8.0-RC1')
)
libraryDependencies += "com.stormpath.shiro" % "samples-jaxrs" % "0.8.0-RC1"
[com.stormpath.shiro/samples-jaxrs "0.8.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : findbugs-annotations | jar | 3.0.1 |
com.stormpath.shiro : stormpath-shiro-servlet-plugin | jar | 0.8.0-RC1 |
com.stormpath.shiro : stormpath-shiro-jaxrs | jar | 0.8.0-RC1 |
org.apache.shiro : shiro-web | jar | 1.4.0-RC2 |
org.apache.shiro : shiro-core | jar | 1.4.0-RC2 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.16 |
Group / Artifact | Type | Version |
---|---|---|
com.github.mjeanroy : junit-servers-jetty | jar | 0.4.2 |
com.jayway.restassured : rest-assured | jar | 2.8.0 |
org.testng : testng | jar | 6.9.10 |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |
org.easymock : easymock | jar | 3.4 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 |