| Categories | CategoriesSpring Boot Container Microservices ORM Data | 
|---|---|
| GroupId | GroupIdcom.stormpath.spring | 
| ArtifactId | ArtifactIdstormpath-sdk-examples-spring-boot | 
| Version | Version2.0.0-okta-alpha1 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-examples-spring-boot/ -->
<dependency>
    <groupId>com.stormpath.spring</groupId>
    <artifactId>stormpath-sdk-examples-spring-boot</artifactId>
    <version>2.0.0-okta-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-examples-spring-boot/
implementation 'com.stormpath.spring:stormpath-sdk-examples-spring-boot:2.0.0-okta-alpha1'// https://jarcasting.com/artifacts/com.stormpath.spring/stormpath-sdk-examples-spring-boot/
implementation ("com.stormpath.spring:stormpath-sdk-examples-spring-boot:2.0.0-okta-alpha1")'com.stormpath.spring:stormpath-sdk-examples-spring-boot:jar:2.0.0-okta-alpha1'<dependency org="com.stormpath.spring" name="stormpath-sdk-examples-spring-boot" rev="2.0.0-okta-alpha1">
  <artifact name="stormpath-sdk-examples-spring-boot" type="jar" />
</dependency>@Grapes(
@Grab(group='com.stormpath.spring', module='stormpath-sdk-examples-spring-boot', version='2.0.0-okta-alpha1')
)libraryDependencies += "com.stormpath.spring" % "stormpath-sdk-examples-spring-boot" % "2.0.0-okta-alpha1"[com.stormpath.spring/stormpath-sdk-examples-spring-boot "2.0.0-okta-alpha1"]