Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdcomponent-lovelycat-httpapi-spring-boot-starter |
Version | Version2.0.0-RC.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi-spring-boot-starter/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>component-lovelycat-httpapi-spring-boot-starter</artifactId>
<version>2.0.0-RC.4</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi-spring-boot-starter/
implementation 'love.forte.simple-robot:component-lovelycat-httpapi-spring-boot-starter:2.0.0-RC.4'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi-spring-boot-starter/
implementation ("love.forte.simple-robot:component-lovelycat-httpapi-spring-boot-starter:2.0.0-RC.4")
'love.forte.simple-robot:component-lovelycat-httpapi-spring-boot-starter:jar:2.0.0-RC.4'
<dependency org="love.forte.simple-robot" name="component-lovelycat-httpapi-spring-boot-starter" rev="2.0.0-RC.4">
<artifact name="component-lovelycat-httpapi-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-lovelycat-httpapi-spring-boot-starter', version='2.0.0-RC.4')
)
libraryDependencies += "love.forte.simple-robot" % "component-lovelycat-httpapi-spring-boot-starter" % "2.0.0-RC.4"
[love.forte.simple-robot/component-lovelycat-httpapi-spring-boot-starter "2.0.0-RC.4"]