License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices ORM Data |
GroupId | GroupIdcom.stormpath.sdk |
ArtifactId | ArtifactIdstormpath-sdk-examples-spring-boot-web |
Last Version | Last Version1.0.RC5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStormpath Java SDK :: Examples :: Spring Boot Webapp
A Spring Boot web application that uses Stormpath.
|
<!-- https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-spring-boot-web/ -->
<dependency>
<groupId>com.stormpath.sdk</groupId>
<artifactId>stormpath-sdk-examples-spring-boot-web</artifactId>
<version>1.0.RC5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-spring-boot-web/
implementation 'com.stormpath.sdk:stormpath-sdk-examples-spring-boot-web:1.0.RC5.1'
// https://jarcasting.com/artifacts/com.stormpath.sdk/stormpath-sdk-examples-spring-boot-web/
implementation ("com.stormpath.sdk:stormpath-sdk-examples-spring-boot-web:1.0.RC5.1")
'com.stormpath.sdk:stormpath-sdk-examples-spring-boot-web:jar:1.0.RC5.1'
<dependency org="com.stormpath.sdk" name="stormpath-sdk-examples-spring-boot-web" rev="1.0.RC5.1">
<artifact name="stormpath-sdk-examples-spring-boot-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.sdk', module='stormpath-sdk-examples-spring-boot-web', version='1.0.RC5.1')
)
libraryDependencies += "com.stormpath.sdk" % "stormpath-sdk-examples-spring-boot-web" % "1.0.RC5.1"
[com.stormpath.sdk/stormpath-sdk-examples-spring-boot-web "1.0.RC5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
com.stormpath.spring : stormpath-thymeleaf-spring-boot-starter | jar | 1.0.RC5.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.2 |
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 |