Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version2.1.0-RC.5 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-2.1.0-RC.5.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/spring-boot-starter/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>2.1.0-RC.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/spring-boot-starter/
implementation 'love.forte.simple-robot:spring-boot-starter:2.1.0-RC.5'
// https://jarcasting.com/artifacts/love.forte.simple-robot/spring-boot-starter/
implementation ("love.forte.simple-robot:spring-boot-starter:2.1.0-RC.5")
'love.forte.simple-robot:spring-boot-starter:pom:2.1.0-RC.5'
<dependency org="love.forte.simple-robot" name="spring-boot-starter" rev="2.1.0-RC.5">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='spring-boot-starter', version='2.1.0-RC.5')
)
libraryDependencies += "love.forte.simple-robot" % "spring-boot-starter" % "2.1.0-RC.5"
[love.forte.simple-robot/spring-boot-starter "2.1.0-RC.5"]