GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcomponent-lovelycat-httpapi |
Version | Version2.0.0-RC.4 |
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.0.0-RC.4</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi/
implementation 'love.forte.simple-robot:component-lovelycat-httpapi:2.0.0-RC.4'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-lovelycat-httpapi/
implementation ("love.forte.simple-robot:component-lovelycat-httpapi:2.0.0-RC.4")
'love.forte.simple-robot:component-lovelycat-httpapi:jar:2.0.0-RC.4'
<dependency org="love.forte.simple-robot" name="component-lovelycat-httpapi" rev="2.0.0-RC.4">
<artifact name="component-lovelycat-httpapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-lovelycat-httpapi', version='2.0.0-RC.4')
)
libraryDependencies += "love.forte.simple-robot" % "component-lovelycat-httpapi" % "2.0.0-RC.4"
[love.forte.simple-robot/component-lovelycat-httpapi "2.0.0-RC.4"]