Last Version

Stormpath Java SDK :: Examples :: Spring Security Web MVC 1.0.RC5.1

A simple Spring Security Web MVC application with out-of-the-box login and self-service screens!

License

License

Categories

Categories

Security ORM Data
GroupId

GroupId

com.stormpath.sdk
ArtifactId

ArtifactId

stormpath-sdk-examples-spring-security-webmvc
Version

Version

1.0.RC5.1
Type

Type

war
Description

Description

Stormpath Java SDK :: Examples :: Spring Security Web MVC
A simple Spring Security Web MVC application with out-of-the-box login and self-service screens!

Download stormpath-sdk-examples-spring-security-webmvc 1.0.RC5.1


<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-spring-security-webmvc/ -->
<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-examples-spring-security-webmvc</artifactId>
    <version>1.0.RC5.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-spring-security-webmvc/
implementation 'com.stormpath.sdk:stormpath-sdk-examples-spring-security-webmvc:1.0.RC5.1'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-spring-security-webmvc/
implementation ("com.stormpath.sdk:stormpath-sdk-examples-spring-security-webmvc:1.0.RC5.1")
'com.stormpath.sdk:stormpath-sdk-examples-spring-security-webmvc:war:1.0.RC5.1'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-examples-spring-security-webmvc" rev="1.0.RC5.1">
  <artifact name="stormpath-sdk-examples-spring-security-webmvc" type="war" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-examples-spring-security-webmvc', version='1.0.RC5.1')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-examples-spring-security-webmvc" % "1.0.RC5.1"
[com.stormpath.sdk/stormpath-sdk-examples-spring-security-webmvc "1.0.RC5.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-core jar 7.0.59
com.stormpath.spring : stormpath-spring-security-webmvc jar 1.0.RC5.1

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 3.0.1

runtime (5)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-el jar 7.0.59
org.apache.tomcat.embed : tomcat-embed-logging-juli jar 7.0.59
com.stormpath.sdk : stormpath-sdk-httpclient jar 1.0.RC5.1
org.slf4j : jcl-over-slf4j jar 1.7.8
ch.qos.logback : logback-classic jar 1.1.2

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.8
org.codehaus.groovy : groovy-all jar 1.8.8
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.