MVN

com.github.insanusmokrassar : AutoPostBotLikesPlugin

Maven & Gradle

Jan 08, 2020
0 stars

Telegram Bot API · It is one more project which wish to be useful and full Telegram Bots API bridge for Kotlin

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>AutoPostBotLikesPlugin</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.insanusmokrassar : AutoPostBotLikesPlugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of com.github.insanusmokrassar : AutoPostBotLikesPlugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
AutoPostBotLikesPlugin-1.7.0
1.6.x
AutoPostBotLikesPlugin-1.6.1
AutoPostBotLikesPlugin-1.6.0
1.4.x
AutoPostBotLikesPlugin-1.4.0
1.3.x
AutoPostBotLikesPlugin-1.3.1
1.2.x
AutoPostBotLikesPlugin-1.2.0
1.1.x
AutoPostBotLikesPlugin-1.1.1
1.0.x
AutoPostBotLikesPlugin-1.0.8
AutoPostBotLikesPlugin-1.0.6
AutoPostBotLikesPlugin-1.0.4
AutoPostBotLikesPlugin-1.0.2
AutoPostBotLikesPlugin-1.0.1
0.8.x
AutoPostBotLikesPlugin-0.8.6
AutoPostBotLikesPlugin-0.8.5
AutoPostBotLikesPlugin-0.8.3
AutoPostBotLikesPlugin-0.8.2
AutoPostBotLikesPlugin-0.8.1
0.8
AutoPostBotLikesPlugin-0.8
0.7
AutoPostBotLikesPlugin-0.7
0.6
AutoPostBotLikesPlugin-0.6
0.5
AutoPostBotLikesPlugin-0.5
0.4
AutoPostBotLikesPlugin-0.4
0.3
AutoPostBotLikesPlugin-0.3
0.2
AutoPostBotLikesPlugin-0.2

How to add a dependency to Maven

Add the following com.github.insanusmokrassar : AutoPostBotLikesPlugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.insanusmokrassar</groupId>
    <artifactId>AutoPostBotLikesPlugin</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.insanusmokrassar : AutoPostBotLikesPlugin gradle dependency to your build.gradle file:

implementation 'com.github.insanusmokrassar:AutoPostBotLikesPlugin:1.7.0'

Gradle Kotlin DSL: Add the following com.github.insanusmokrassar : AutoPostBotLikesPlugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.insanusmokrassar:AutoPostBotLikesPlugin:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.insanusmokrassar : AutoPostBotLikesPlugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.insanusmokrassar" % "AutoPostBotLikesPlugin" % "1.7.0"

Advertisement