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