MVN

dev.fastbot.bot : dialogs

Maven & Gradle

Nov 29, 2021

dialogs · Fastbot dialogs library

<dependency>
    <groupId>dev.fastbot.bot</groupId>
    <artifactId>dialogs</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.fastbot.bot : dialogs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of dev.fastbot.bot : dialogs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dialogs-1.1.3
dialogs-1.1.2
dialogs-1.1.1
dialogs-1.1.0
1.0.x
dialogs-1.0.18
dialogs-1.0.17
dialogs-1.0.16
dialogs-1.0.15
dialogs-1.0.13
dialogs-1.0.12
dialogs-1.0.11
dialogs-1.0.10
dialogs-1.0.9
dialogs-1.0.8
dialogs-1.0.7
dialogs-1.0.6
dialogs-1.0.5
dialogs-1.0.2

How to add a dependency to Maven

Add the following dev.fastbot.bot : dialogs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.fastbot.bot</groupId>
    <artifactId>dialogs</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.fastbot.bot : dialogs gradle dependency to your build.gradle file:

implementation 'dev.fastbot.bot:dialogs:1.1.3'

Gradle Kotlin DSL: Add the following dev.fastbot.bot : dialogs gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.fastbot.bot:dialogs:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.fastbot.bot : dialogs sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.fastbot.bot" % "dialogs" % "1.1.3"

Advertisement