s

simbot-common-core-macosx64

Simple Robot,一个通用的bot风格事件调度框架,以灵活的统一标准来编写bot应用。
https://github.com/simple-robot/simpler-robot
GNU GENERAL PUBLIC LICENSE, Version 3 GNU LESSER GENERAL PUBLIC LICENSE, Version 3
ForteScarlet ForliyScarlet
Files download
File Operation
simbot-common-core-macosx64-4.0.0-RC2.pom download
simbot-common-core-macosx64-4.0.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>love.forte.simbot.common</groupId>
  <artifactId>simbot-common-core-macosx64</artifactId>
  <version>4.0.0-RC2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'love.forte.simbot.common:simbot-common-core-macosx64:4.0.0-RC2'
Gradle Kotlin
implementation("love.forte.simbot.common:simbot-common-core-macosx64:4.0.0-RC2")
Scala SBT
libraryDependencies += "love.forte.simbot.common" % "simbot-common-core-macosx64" % "4.0.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='love.forte.simbot.common', module='simbot-common-core-macosx64', version='4.0.0-RC2')
)
Apache Ivy
<dependency org="love.forte.simbot.common" name="simbot-common-core-macosx64" rev="4.0.0-RC2" />
Leiningen
[love.forte.simbot.common/simbot-common-core-macosx64 "4.0.0-RC2"]
Apache Buildr
'love.forte.simbot.common:simbot-common-core-macosx64:jar:4.0.0-RC2'