g

gitlab-telegram-bot

A library to connect Gitlab GraphQl API to Telegram bot
https://github.com/liszaa/gitlab-telegram-bot
MIT License
Bakumenko Elizaveta
Files download
File Operation
gitlab-telegram-bot-2.0.0-RELEASE.jar download
gitlab-telegram-bot-2.0.0-RELEASE.pom download
gitlab-telegram-bot-2.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.lisza</groupId>
  <artifactId>gitlab-telegram-bot</artifactId>
  <version>2.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'tech.lisza:gitlab-telegram-bot:2.0.0-RELEASE'
Gradle Kotlin
implementation("tech.lisza:gitlab-telegram-bot:2.0.0-RELEASE")
Scala SBT
libraryDependencies += "tech.lisza" % "gitlab-telegram-bot" % "2.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='tech.lisza', module='gitlab-telegram-bot', version='2.0.0-RELEASE')
)
Apache Ivy
<dependency org="tech.lisza" name="gitlab-telegram-bot" rev="2.0.0-RELEASE" />
Leiningen
[tech.lisza/gitlab-telegram-bot "2.0.0-RELEASE"]
Apache Buildr
'tech.lisza:gitlab-telegram-bot:jar:2.0.0-RELEASE'