Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdcomponent-lovelycat-httpapi-spring-boot-starter |
Version | Version2.2.0-DEV.10 |
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.2.0-DEV.10</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.2.0-DEV.10'
// 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.2.0-DEV.10")
'love.forte.simple-robot:component-lovelycat-httpapi-spring-boot-starter:jar:2.2.0-DEV.10'
<dependency org="love.forte.simple-robot" name="component-lovelycat-httpapi-spring-boot-starter" rev="2.2.0-DEV.10">
<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.2.0-DEV.10')
)
libraryDependencies += "love.forte.simple-robot" % "component-lovelycat-httpapi-spring-boot-starter" % "2.2.0-DEV.10"
[love.forte.simple-robot/component-lovelycat-httpapi-spring-boot-starter "2.2.0-DEV.10"]