| License |
License |
|---|---|
| GroupId | GroupIdlove.forte.simple-robotx |
| ArtifactId | ArtifactIdplugin-core |
| Version | Version2.3.7 |
| Type | Typejar |
| Description |
Descriptionsimple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
| Filename | Size |
|---|---|
| plugin-core-2.3.7.pom | |
| plugin-core-2.3.7.jar | 111 KB |
| plugin-core-2.3.7-sources.jar | 26 KB |
| plugin-core-2.3.7-javadoc.jar | 377 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robotx/plugin-core/ -->
<dependency>
<groupId>love.forte.simple-robotx</groupId>
<artifactId>plugin-core</artifactId>
<version>2.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robotx/plugin-core/
implementation 'love.forte.simple-robotx:plugin-core:2.3.7'
// https://jarcasting.com/artifacts/love.forte.simple-robotx/plugin-core/
implementation ("love.forte.simple-robotx:plugin-core:2.3.7")
'love.forte.simple-robotx:plugin-core:jar:2.3.7'
<dependency org="love.forte.simple-robotx" name="plugin-core" rev="2.3.7">
<artifact name="plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robotx', module='plugin-core', version='2.3.7')
)
libraryDependencies += "love.forte.simple-robotx" % "plugin-core" % "2.3.7"
[love.forte.simple-robotx/plugin-core "2.3.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| love.forte.simple-robot : core | jar | 2.3.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.20 |