MVN

za.co.knonchalant.candogram : CanDoGram

Maven & Gradle

May 12, 2022
0 stars

CanDoGram · Wraps Telegram and Discord bot API, so you can code once and deploy multi.

<dependency>
    <groupId>za.co.knonchalant.candogram</groupId>
    <artifactId>CanDoGram</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of za.co.knonchalant.candogram : CanDoGram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of za.co.knonchalant.candogram : CanDoGram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
CanDoGram-1.4
1.3
CanDoGram-1.3
1.2
CanDoGram-1.2

How to add a dependency to Maven

Add the following za.co.knonchalant.candogram : CanDoGram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>za.co.knonchalant.candogram</groupId>
    <artifactId>CanDoGram</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following za.co.knonchalant.candogram : CanDoGram gradle dependency to your build.gradle file:

implementation 'za.co.knonchalant.candogram:CanDoGram:1.4'

Gradle Kotlin DSL: Add the following za.co.knonchalant.candogram : CanDoGram gradle kotlin dependency to your build.gradle.kts file:

implementation("za.co.knonchalant.candogram:CanDoGram:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following za.co.knonchalant.candogram : CanDoGram sbt scala dependency to your build.sbt file:

libraryDependencies += "za.co.knonchalant.candogram" % "CanDoGram" % "1.4"