MVN

com.github.robertdeocampojr : jspringbot-extension

Maven & Gradle

Apr 21, 2021

jspringbot-extension · This is a supporting library for jspringbot to use additional libraries

<dependency>
    <groupId>com.github.robertdeocampojr</groupId>
    <artifactId>jspringbot-extension</artifactId>
    <version>1.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.robertdeocampojr : jspringbot-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.22

All Versions

Choose a version of com.github.robertdeocampojr : jspringbot-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.22
jspringbot-extension-1.22
1.21
jspringbot-extension-1.21
1.20
jspringbot-extension-1.20
1.18
jspringbot-extension-1.18
1.17
jspringbot-extension-1.17
1.16
jspringbot-extension-1.16
1.15
jspringbot-extension-1.15
1.14
jspringbot-extension-1.14
1.13
jspringbot-extension-1.13
1.12
jspringbot-extension-1.12
1.11
jspringbot-extension-1.11
1.10
jspringbot-extension-1.10
1.9
jspringbot-extension-1.9
1.7
jspringbot-extension-1.7
1.6
jspringbot-extension-1.6
1.5
jspringbot-extension-1.5
1.4
jspringbot-extension-1.4
1.1
jspringbot-extension-1.1
1.0
jspringbot-extension-1.0

How to add a dependency to Maven

Add the following com.github.robertdeocampojr : jspringbot-extension maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.robertdeocampojr</groupId>
    <artifactId>jspringbot-extension</artifactId>
    <version>1.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.robertdeocampojr : jspringbot-extension gradle dependency to your build.gradle file:

implementation 'com.github.robertdeocampojr:jspringbot-extension:1.22'

Gradle Kotlin DSL: Add the following com.github.robertdeocampojr : jspringbot-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.robertdeocampojr:jspringbot-extension:1.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.robertdeocampojr : jspringbot-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.robertdeocampojr" % "jspringbot-extension" % "1.22"