MVN

ru.tinkoff.kora : annotation-processors

Maven & Gradle

Aug 25, 2023
164 stars

annotation-processors · Kora annotation-processors module

<dependency>
    <groupId>ru.tinkoff.kora</groupId>
    <artifactId>annotation-processors</artifactId>
    <version>0.14.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.tinkoff.kora : annotation-processors to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.5

All Versions

Choose a version of ru.tinkoff.kora : annotation-processors to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
annotation-processors-0.14.5
annotation-processors-0.14.4
annotation-processors-0.14.3
annotation-processors-0.14.1
annotation-processors-0.14.0
0.13.x
annotation-processors-0.13.7
annotation-processors-0.13.6
annotation-processors-0.13.5
annotation-processors-0.13.4
annotation-processors-0.13.3
annotation-processors-0.13.2
annotation-processors-0.13.1
annotation-processors-0.13.0
0.12.x
annotation-processors-0.12.0
0.11.x
annotation-processors-0.11.10
annotation-processors-0.11.9
annotation-processors-0.11.8
annotation-processors-0.11.7
annotation-processors-0.11.6
annotation-processors-0.11.5
annotation-processors-0.11.4
annotation-processors-0.11.3
annotation-processors-0.11.2
annotation-processors-0.11.1
annotation-processors-0.11.0
0.10.x
annotation-processors-0.10.2
annotation-processors-0.10.1
annotation-processors-0.10.0

How to add a dependency to Maven

Add the following ru.tinkoff.kora : annotation-processors maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.tinkoff.kora</groupId>
    <artifactId>annotation-processors</artifactId>
    <version>0.14.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.tinkoff.kora : annotation-processors gradle dependency to your build.gradle file:

implementation 'ru.tinkoff.kora:annotation-processors:0.14.5'

Gradle Kotlin DSL: Add the following ru.tinkoff.kora : annotation-processors gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.tinkoff.kora:annotation-processors:0.14.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.tinkoff.kora : annotation-processors sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.tinkoff.kora" % "annotation-processors" % "0.14.5"

Advertisement