MVN

com.stormpath.sdk : stormpath-sdk-tutorials-spring

Maven & Gradle

Sep 28, 2017
221 stars

Stormpath Java SDK :: Tutorials :: Spring Security WebMVC

<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-tutorials-spring</artifactId>
    <version>2.0.4-okta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stormpath.sdk : stormpath-sdk-tutorials-spring to add to Maven - Latest Versions:

  • Latest Stable: 2.0.4-okta
  • Latest Release Candidate: 2.0.0-okta-rc3
  • Latest Beta: 2.0.0-okta-beta1
  • Latest Alpha: 2.0.0-okta-alpha1

All Versions

Choose a version of com.stormpath.sdk : stormpath-sdk-tutorials-spring to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
stormpath-sdk-tutorials-spring-2.0.4-okta
stormpath-sdk-tutorials-spring-2.0.3-okta
stormpath-sdk-tutorials-spring-2.0.2-okta
stormpath-sdk-tutorials-spring-2.0.1-okta
stormpath-sdk-tutorials-spring-2.0.0-okta
stormpath-sdk-tutorials-spring-2.0.0-okta-rc3
stormpath-sdk-tutorials-spring-2.0.0-okta-rc2
stormpath-sdk-tutorials-spring-2.0.0-okta-rc1
stormpath-sdk-tutorials-spring-2.0.0-okta-beta1
stormpath-sdk-tutorials-spring-2.0.0-okta-alpha1
1.5.x
stormpath-sdk-tutorials-spring-1.5.5
stormpath-sdk-tutorials-spring-1.5.4
stormpath-sdk-tutorials-spring-1.5.3
stormpath-sdk-tutorials-spring-1.5.2
stormpath-sdk-tutorials-spring-1.5.1
stormpath-sdk-tutorials-spring-1.5.0
1.4.x
stormpath-sdk-tutorials-spring-1.4.1
stormpath-sdk-tutorials-spring-1.4.0
1.3.x
stormpath-sdk-tutorials-spring-1.3.1
stormpath-sdk-tutorials-spring-1.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-tutorials-spring</artifactId>
    <version>2.0.4-okta</version>
</dependency>

Advertisement