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