MVN

love.forte.simbot : simbot-api-androidnativearm32

Maven & Gradle

Jan 16, 2024
486 stars

simbot-api · Simple Robot,一个通用的bot风格事件调度框架,以灵活的统一标准来编写bot应用。

<dependency>
    <groupId>love.forte.simbot</groupId>
    <artifactId>simbot-api-androidnativearm32</artifactId>
    <version>4.0.0-dev3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of love.forte.simbot : simbot-api-androidnativearm32 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0-dev3

All Versions

Choose a version of love.forte.simbot : simbot-api-androidnativearm32 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
simbot-api-androidnativearm32-4.0.0-dev3
simbot-api-androidnativearm32-4.0.0-dev2
simbot-api-androidnativearm32-4.0.0-dev1

How to add a dependency to Maven

Add the following love.forte.simbot : simbot-api-androidnativearm32 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>love.forte.simbot</groupId>
    <artifactId>simbot-api-androidnativearm32</artifactId>
    <version>4.0.0-dev3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following love.forte.simbot : simbot-api-androidnativearm32 gradle dependency to your build.gradle file:

implementation 'love.forte.simbot:simbot-api-androidnativearm32:4.0.0-dev3'

Gradle Kotlin DSL: Add the following love.forte.simbot : simbot-api-androidnativearm32 gradle kotlin dependency to your build.gradle.kts file:

implementation("love.forte.simbot:simbot-api-androidnativearm32:4.0.0-dev3")

How to add a dependency to SBT Scala

SBT Scala: Add the following love.forte.simbot : simbot-api-androidnativearm32 sbt scala dependency to your build.sbt file:

libraryDependencies += "love.forte.simbot" % "simbot-api-androidnativearm32" % "4.0.0-dev3"