License |
License |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdparent |
Last Version | Last Version2.3.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimpler-robot
simple-robot是一个通用bot开发框架,以同一种灵活的标准来编写不同平台的bot应用。而simpler-robot便是simple-robot 2.x版本命名。
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-2.3.8.pom | 30 KB |
parent-2.3.8-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/parent/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>parent</artifactId>
<version>2.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation 'love.forte.simple-robot:parent:2.3.8'
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation ("love.forte.simple-robot:parent:2.3.8")
'love.forte.simple-robot:parent:jar:2.3.8'
<dependency org="love.forte.simple-robot" name="parent" rev="2.3.8">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='parent', version='2.3.8')
)
libraryDependencies += "love.forte.simple-robot" % "parent" % "2.3.8"
[love.forte.simple-robot/parent "2.3.8"]