GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcomponent-lovelycat-httpapi |
Version | Version2.1.0-DEV.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>component-lovelycat-httpapi</artifactId>
<version>2.1.0-DEV.6</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi/
implementation 'love.forte.simple-robot:component-lovelycat-httpapi:2.1.0-DEV.6'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi/
implementation ("love.forte.simple-robot:component-lovelycat-httpapi:2.1.0-DEV.6")
'love.forte.simple-robot:component-lovelycat-httpapi:jar:2.1.0-DEV.6'
<dependency org="love.forte.simple-robot" name="component-lovelycat-httpapi" rev="2.1.0-DEV.6">
<artifact name="component-lovelycat-httpapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-lovelycat-httpapi', version='2.1.0-DEV.6')
)
libraryDependencies += "love.forte.simple-robot" % "component-lovelycat-httpapi" % "2.1.0-DEV.6"
[love.forte.simple-robot/component-lovelycat-httpapi "2.1.0-DEV.6"]