MVN

dev.struchkov.godfather.telegram : telegram-webhook-quarkus

Maven & Gradle

May 24, 2023
<dependency>
    <groupId>dev.struchkov.godfather.telegram</groupId>
    <artifactId>telegram-webhook-quarkus</artifactId>
    <version>0.0.72</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.72

All Versions

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

Version Vulnerabilities Updated
0.0.x
telegram-webhook-quarkus-0.0.72
telegram-webhook-quarkus-0.0.71
telegram-webhook-quarkus-0.0.70
telegram-webhook-quarkus-0.0.69
telegram-webhook-quarkus-0.0.68
telegram-webhook-quarkus-0.0.67
telegram-webhook-quarkus-0.0.66
telegram-webhook-quarkus-0.0.65
telegram-webhook-quarkus-0.0.64
telegram-webhook-quarkus-0.0.63
telegram-webhook-quarkus-0.0.62
telegram-webhook-quarkus-0.0.61
telegram-webhook-quarkus-0.0.59
telegram-webhook-quarkus-0.0.58
telegram-webhook-quarkus-0.0.57
telegram-webhook-quarkus-0.0.56
telegram-webhook-quarkus-0.0.55
telegram-webhook-quarkus-0.0.54
telegram-webhook-quarkus-0.0.53

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.struchkov.godfather.telegram</groupId>
    <artifactId>telegram-webhook-quarkus</artifactId>
    <version>0.0.72</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.struchkov.godfather.telegram:telegram-webhook-quarkus:0.0.72'

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

implementation("dev.struchkov.godfather.telegram:telegram-webhook-quarkus:0.0.72")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.struchkov.godfather.telegram" % "telegram-webhook-quarkus" % "0.0.72"