A

AutoPostTelegramBot

It is base library for creating smart bot for simple management of channels posts
https://insanusmokrassar.github.io/AutoPostTelegramBot
The Apache Software License, Version 2.0
Ovsyannikov Alexey
Files download
File Operation
AutoPostTelegramBot-1.7.0.jar download
AutoPostTelegramBot-1.7.0.pom download
AutoPostTelegramBot-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.insanusmokrassar</groupId>
  <artifactId>AutoPostTelegramBot</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.insanusmokrassar:AutoPostTelegramBot:1.7.0'
Gradle Kotlin
implementation("com.github.insanusmokrassar:AutoPostTelegramBot:1.7.0")
Scala SBT
libraryDependencies += "com.github.insanusmokrassar" % "AutoPostTelegramBot" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.insanusmokrassar', module='AutoPostTelegramBot', version='1.7.0')
)
Apache Ivy
<dependency org="com.github.insanusmokrassar" name="AutoPostTelegramBot" rev="1.7.0" />
Leiningen
[com.github.insanusmokrassar/AutoPostTelegramBot "1.7.0"]
Apache Buildr
'com.github.insanusmokrassar:AutoPostTelegramBot:jar:1.7.0'