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