MVN

com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web

Maven & Gradle

Oct 31, 2015

Stormpath Java SDK :: Examples :: Spring Boot Webapp · A Spring Boot web application that uses Stormpath.

<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
    <version>1.0.RC5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.RC5.1
  • Latest Release Candidate: 1.0.RC5.1

All Versions

Choose a version of com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
stormpath-sdk-examples-spring-boot-web-1.0.RC4.5
stormpath-sdk-examples-spring-boot-web-1.0.RC4.4
stormpath-sdk-examples-spring-boot-web-1.0.RC4.3
stormpath-sdk-examples-spring-boot-web-1.0.RC4.2
stormpath-sdk-examples-spring-boot-web-1.0.RC5.1
stormpath-sdk-examples-spring-boot-web-1.0.RC4.1
stormpath-sdk-examples-spring-boot-web-1.0.RC5
stormpath-sdk-examples-spring-boot-web-1.0.RC4

How to add a dependency to Maven

Add the following com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.stormpath.sdk</groupId>
    <artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
    <version>1.0.RC5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web gradle dependency to your build.gradle file:

implementation 'com.stormpath.sdk:stormpath-sdk-examples-spring-boot-web:1.0.RC5.1'

Gradle Kotlin DSL: Add the following com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.stormpath.sdk:stormpath-sdk-examples-spring-boot-web:1.0.RC5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.stormpath.sdk : stormpath-sdk-examples-spring-boot-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-examples-spring-boot-web" % "1.0.RC5.1"