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