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