How to install the Java artifact com.stormpath.sdk.stormpath-sdk-examples-spring with Maven
Java
Maven
pom.xml
com.stormpath.sdk
stormpath-sdk-examples-spring
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples-spring</artifactId>
<version>1.0.RC5.1</version>
</dependency>
/dependencies>