Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.timo-reymann |
ArtifactId | ArtifactIdspring-boot-spa-starter |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.timo-reymann/spring-boot-spa-starter/ -->
<dependency>
<groupId>com.github.timo-reymann</groupId>
<artifactId>spring-boot-spa-starter</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timo-reymann/spring-boot-spa-starter/
implementation 'com.github.timo-reymann:spring-boot-spa-starter:1.2.0'
// https://jarcasting.com/artifacts/com.github.timo-reymann/spring-boot-spa-starter/
implementation ("com.github.timo-reymann:spring-boot-spa-starter:1.2.0")
'com.github.timo-reymann:spring-boot-spa-starter:jar:1.2.0'
<dependency org="com.github.timo-reymann" name="spring-boot-spa-starter" rev="1.2.0">
<artifact name="spring-boot-spa-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timo-reymann', module='spring-boot-spa-starter', version='1.2.0')
)
libraryDependencies += "com.github.timo-reymann" % "spring-boot-spa-starter" % "1.2.0"
[com.github.timo-reymann/spring-boot-spa-starter "1.2.0"]