MVN

xyz.nickr.telegram : telepad

Maven & Gradle

Jun 19, 2017
0 stars

Telepad · A high level API for JavaTelegramBot-API.

<dependency>
    <groupId>xyz.nickr.telegram</groupId>
    <artifactId>telepad</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.nickr.telegram : telepad to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of xyz.nickr.telegram : telepad to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
telepad-1.1.7
telepad-1.1.6
telepad-1.1.5
telepad-1.1.4
telepad-1.1.3
telepad-1.1.2
telepad-1.1.1
telepad-1.1.0
1.0.x
telepad-1.0.2
telepad-1.0.1
telepad-1.0.0

How to add a dependency to Maven

Add the following xyz.nickr.telegram : telepad maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.nickr.telegram</groupId>
    <artifactId>telepad</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.nickr.telegram : telepad gradle dependency to your build.gradle file:

implementation 'xyz.nickr.telegram:telepad:1.1.7'

Gradle Kotlin DSL: Add the following xyz.nickr.telegram : telepad gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.nickr.telegram:telepad:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.nickr.telegram : telepad sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.nickr.telegram" % "telepad" % "1.1.7"