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