MVN

eu.vendeli : ksp-jvm

Maven & Gradle

Feb 16, 2024
136 stars

KSP processor · KSP plugin for Telegram-bot lib to collect actions.

<dependency>
    <groupId>eu.vendeli</groupId>
    <artifactId>ksp-jvm</artifactId>
    <version>5.0.0-alpha~1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.vendeli : ksp-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0-alpha~1
  • Latest Alpha: 5.0.0-alpha~1

All Versions

Choose a version of eu.vendeli : ksp-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
ksp-jvm-5.0.0-alpha~1

How to add a dependency to Maven

Add the following eu.vendeli : ksp-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.vendeli</groupId>
    <artifactId>ksp-jvm</artifactId>
    <version>5.0.0-alpha~1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.vendeli : ksp-jvm gradle dependency to your build.gradle file:

implementation 'eu.vendeli:ksp-jvm:5.0.0-alpha~1'

Gradle Kotlin DSL: Add the following eu.vendeli : ksp-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.vendeli:ksp-jvm:5.0.0-alpha~1")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.vendeli : ksp-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.vendeli" % "ksp-jvm" % "5.0.0-alpha~1"

Advertisement