License |
License |
---|---|
GroupId | GroupIdlove.forte.simple-robot |
ArtifactId | ArtifactIdparent |
Version | Version2.0.8 |
Type | Typepom |
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.0.8.pom | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/parent/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>parent</artifactId>
<version>2.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation 'love.forte.simple-robot:parent:2.0.8'
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation ("love.forte.simple-robot:parent:2.0.8")
'love.forte.simple-robot:parent:pom:2.0.8'
<dependency org="love.forte.simple-robot" name="parent" rev="2.0.8">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='parent', version='2.0.8')
)
libraryDependencies += "love.forte.simple-robot" % "parent" % "2.0.8"
[love.forte.simple-robot/parent "2.0.8"]