MVN

me.ramswaroop.jbot : jbot-example

Maven & Gradle

Jan 24, 2019
1.1k stars

JBot Example · A sample Slack/Facebook bot using JBot.

<dependency>
    <groupId>me.ramswaroop.jbot</groupId>
    <artifactId>jbot-example</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.ramswaroop.jbot : jbot-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0
  • Latest Release Candidate: 4.1.2-rc.2

All Versions

Choose a version of me.ramswaroop.jbot : jbot-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
jbot-example-4.1.2-rc.2
jbot-example-4.1.2-rc.1
jbot-example-4.1.0
4.0.x
jbot-example-4.0.3
jbot-example-4.0.2
jbot-example-4.0.1

How to add a dependency to Maven

Add the following me.ramswaroop.jbot : jbot-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.ramswaroop.jbot</groupId>
    <artifactId>jbot-example</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.ramswaroop.jbot : jbot-example gradle dependency to your build.gradle file:

implementation 'me.ramswaroop.jbot:jbot-example:4.1.0'

Gradle Kotlin DSL: Add the following me.ramswaroop.jbot : jbot-example gradle kotlin dependency to your build.gradle.kts file:

implementation("me.ramswaroop.jbot:jbot-example:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.ramswaroop.jbot : jbot-example sbt scala dependency to your build.sbt file:

libraryDependencies += "me.ramswaroop.jbot" % "jbot-example" % "4.1.0"

Advertisement