MVN

ai.tock : bot-toolkit

Maven & Gradle

Feb 19, 2023
9 usages

Tock Bot Toolkit · Bot Toolkit - to build chatbots with ease

<dependency>
    <groupId>ai.tock</groupId>
    <artifactId>bot-toolkit</artifactId>
    <version>22.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ai.tock : bot-toolkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 22.9.5

All Versions

Choose a version of ai.tock : bot-toolkit to add to Maven or Gradle - All Versions:

  • Version Updated
  • bot-toolkit-22.9.5

    Feb 19, 2023
  • bot-toolkit-22.9.4

    Jan 31, 2023
  • bot-toolkit-22.9.3

    Jan 05, 2023
  • bot-toolkit-22.9.2

    Nov 02, 2022
  • bot-toolkit-22.9.1

    Oct 26, 2022
  • bot-toolkit-22.9.0

    Oct 04, 2022
  • bot-toolkit-22.3.2

    Sep 15, 2022
  • bot-toolkit-22.3.1

    Jun 27, 2022
  • bot-toolkit-22.3.0

    Apr 16, 2022
  • bot-toolkit-21.9.6

    Feb 16, 2022
  • bot-toolkit-21.9.5

    Jan 17, 2022
  • bot-toolkit-21.9.4

    Dec 30, 2021
  • bot-toolkit-21.9.3

    Dec 12, 2021
  • bot-toolkit-21.9.2

    Nov 08, 2021
  • bot-toolkit-21.9.1

    Oct 21, 2021
  • bot-toolkit-21.9.0

    Sep 27, 2021
  • bot-toolkit-21.3.5

    Sep 01, 2021
  • bot-toolkit-21.3.4

    Jul 26, 2021
  • bot-toolkit-21.3.3

    Jun 12, 2021
  • bot-toolkit-21.3.2

    May 09, 2021
  • bot-toolkit-21.3.1

    Apr 18, 2021
  • bot-toolkit-21.3.0

    Mar 27, 2021
  • bot-toolkit-20.9.3

    Feb 07, 2021
  • bot-toolkit-20.9.2-1

    Nov 30, 2020
  • bot-toolkit-20.9.2

    Nov 30, 2020
  • bot-toolkit-20.9.1

    Nov 01, 2020
  • bot-toolkit-20.9.0

    Oct 01, 2020
  • bot-toolkit-20.3.4

    Aug 31, 2020
  • bot-toolkit-20.3.3

    Jul 15, 2020
  • bot-toolkit-20.3.2-2

    Jun 14, 2020
  • bot-toolkit-20.3.2-1

    Jun 10, 2020
  • bot-toolkit-20.3.2

    Jun 09, 2020
  • bot-toolkit-20.3.1

    May 03, 2020
  • bot-toolkit-20.3.0

    Apr 08, 2020
  • bot-toolkit-19.9.4

    Mar 09, 2020
  • bot-toolkit-19.9.3

    Jan 29, 2020
  • bot-toolkit-19.9.2

    Jan 03, 2020
  • bot-toolkit-19.9.1

    Oct 17, 2019
  • bot-toolkit-19.9.0

    Sep 30, 2019

How to add a dependency to Maven

Add the following ai.tock : bot-toolkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ai.tock</groupId>
    <artifactId>bot-toolkit</artifactId>
    <version>22.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ai.tock : bot-toolkit gradle dependency to your build.gradle file:

implementation 'ai.tock:bot-toolkit:22.9.5'

Gradle Kotlin DSL: Add the following ai.tock : bot-toolkit gradle kotlin dependency to your build.gradle.kts file:

implementation("ai.tock:bot-toolkit:22.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ai.tock : bot-toolkit sbt scala dependency to your build.sbt file:

libraryDependencies += "ai.tock" % "bot-toolkit" % "22.9.5"