MVN

ru.tinkoff.kora : common

Maven & Gradle

Aug 25, 2023
164 stars

common · Kora common module

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

Latest Version

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

  • Latest Stable: 0.14.5

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.tinkoff.kora</groupId>
    <artifactId>common</artifactId>
    <version>0.14.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ru.tinkoff.kora:common:0.14.5'

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

implementation("ru.tinkoff.kora:common:0.14.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "ru.tinkoff.kora" % "common" % "0.14.5"

Advertisement