MVN

love.forte.simple-robotx : plugin-core

Maven & Gradle

Feb 10, 2023
1 usages
455 stars
<dependency>
    <groupId>love.forte.simple-robotx</groupId>
    <artifactId>plugin-core</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of love.forte.simple-robotx : plugin-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2
  • Latest Beta: 2.3.0-BETA.6
  • Latest Alpha: 2.3.0-ALPHA.6

All Versions

Choose a version of love.forte.simple-robotx : plugin-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
plugin-core-2.5.2
plugin-core-2.5.1
plugin-core-2.5.0
2.4.x
plugin-core-2.4.0
2.3.x
plugin-core-2.3.9
plugin-core-2.3.8
plugin-core-2.3.7
plugin-core-2.3.5
plugin-core-2.3.4
plugin-core-2.3.3
plugin-core-2.3.2
plugin-core-2.3.1
plugin-core-2.3.0
plugin-core-2.3.0-BETA.6
plugin-core-2.3.0-BETA.5
plugin-core-2.3.0-BETA.4
plugin-core-2.3.0-BETA.3
plugin-core-2.3.0-BETA.2
plugin-core-2.3.0-BETA.1
plugin-core-2.3.0-ALPHA.6
plugin-core-2.3.0-ALPHA.5
plugin-core-2.3.0-ALPHA.4
plugin-core-2.3.0-ALPHA.3
plugin-core-2.3.0-ALPHA.2
plugin-core-2.3.0-ALPHA.1

How to add a dependency to Maven

Add the following love.forte.simple-robotx : plugin-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>love.forte.simple-robotx</groupId>
    <artifactId>plugin-core</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following love.forte.simple-robotx : plugin-core gradle dependency to your build.gradle file:

implementation 'love.forte.simple-robotx:plugin-core:2.5.2'

Gradle Kotlin DSL: Add the following love.forte.simple-robotx : plugin-core gradle kotlin dependency to your build.gradle.kts file:

implementation("love.forte.simple-robotx:plugin-core:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following love.forte.simple-robotx : plugin-core sbt scala dependency to your build.sbt file:

libraryDependencies += "love.forte.simple-robotx" % "plugin-core" % "2.5.2"