License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Security ORM Data |
GroupId | GroupIdcom.stormpath.spring |
ArtifactId | ArtifactIdstormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones |
Last Version | Last Version2.0.4-okta |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionStormpath Java SDK :: Examples :: Spring Security :: Spring Boot :: Bare Bones
A simple Spring Boot Web MVC application with out-of-the-box login and self-service screens!
|
<!-- https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones/ -->
<dependency>
<groupId>com.stormpath.spring</groupId>
<artifactId>stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones</artifactId>
<version>2.0.4-okta</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones/
implementation 'com.stormpath.spring:stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones:2.0.4-okta'
// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones/
implementation ("com.stormpath.spring:stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones:2.0.4-okta")
'com.stormpath.spring:stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones:jar:2.0.4-okta'
<dependency org="com.stormpath.spring" name="stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones" rev="2.0.4-okta">
<artifact name="stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.spring', module='stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones', version='2.0.4-okta')
)
libraryDependencies += "com.stormpath.spring" % "stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones" % "2.0.4-okta"
[com.stormpath.spring/stormpath-sdk-examples-spring-security-spring-boot-webmvc-bare-bones "2.0.4-okta"]
Group / Artifact | Type | Version |
---|---|---|
com.stormpath.spring : stormpath-spring-security-webmvc-spring-boot-starter | jar | 2.0.4-okta |
com.stormpath.spring : stormpath-thymeleaf-spring-boot-starter | jar | 2.0.4-okta |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.22 |
ch.qos.logback : logback-classic | jar | 1.1.8 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
org.codehaus.groovy : groovy-all | jar | 2.4.7 |
org.easymock : easymock | jar | 3.4 |
org.powermock : powermock-module-testng | jar | 1.6.5 |
org.powermock : powermock-api-easymock | jar | 1.6.5 |