MVN

dev.struchkov.godfather.telegram : telegram

Maven & Gradle

Aug 02, 2022
1 stars
<dependency>
    <groupId>dev.struchkov.godfather.telegram</groupId>
    <artifactId>telegram</artifactId>
    <version>0.0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.struchkov.godfather.telegram : telegram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.30

All Versions

Choose a version of dev.struchkov.godfather.telegram : telegram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
telegram-0.0.30
telegram-0.0.29
telegram-0.0.28
telegram-0.0.27
telegram-0.0.25

How to add a dependency to Maven

Add the following dev.struchkov.godfather.telegram : telegram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.struchkov.godfather.telegram</groupId>
    <artifactId>telegram</artifactId>
    <version>0.0.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.struchkov.godfather.telegram : telegram gradle dependency to your build.gradle file:

implementation 'dev.struchkov.godfather.telegram:telegram:0.0.30'

Gradle Kotlin DSL: Add the following dev.struchkov.godfather.telegram : telegram gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.struchkov.godfather.telegram:telegram:0.0.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.struchkov.godfather.telegram : telegram sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.struchkov.godfather.telegram" % "telegram" % "0.0.30"