MVN

ru.tinkoff.kora : netty-common

Maven & Gradle

Aug 25, 2023
165 stars

netty-common · Kora netty-common module

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

Latest Version

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

  • Latest Stable: 0.14.5

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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