| GroupId | GroupIdlove.forte.simple-robot-component |
|---|---|
| ArtifactId | ArtifactIdcomponent-mirai |
| Version | Version0.3-1.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| component-mirai-0.3-1.13.pom | |
| component-mirai-0.3-1.13.jar | 272 KB |
| component-mirai-0.3-1.13-sources.jar | 32 KB |
| component-mirai-0.3-1.13-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot-component/component-mirai/ -->
<dependency>
<groupId>love.forte.simple-robot-component</groupId>
<artifactId>component-mirai</artifactId>
<version>0.3-1.13</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot-component/component-mirai/
implementation 'love.forte.simple-robot-component:component-mirai:0.3-1.13'
// https://jarcasting.com/artifacts/love.forte.simple-robot-component/component-mirai/
implementation ("love.forte.simple-robot-component:component-mirai:0.3-1.13")
'love.forte.simple-robot-component:component-mirai:jar:0.3-1.13'
<dependency org="love.forte.simple-robot-component" name="component-mirai" rev="0.3-1.13">
<artifact name="component-mirai" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot-component', module='component-mirai', version='0.3-1.13')
)
libraryDependencies += "love.forte.simple-robot-component" % "component-mirai" % "0.3-1.13"
[love.forte.simple-robot-component/component-mirai "0.3-1.13"]