MVN

com.linecorp.armeria : armeria-grpc-kotlin

Maven & Gradle

Aug 25, 2023
4.6k stars

Armeria (armeria-grpc-kotlin) · Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC (armeria-grpc-kotlin)

<dependency>
    <groupId>com.linecorp.armeria</groupId>
    <artifactId>armeria-grpc-kotlin</artifactId>
    <version>1.25.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linecorp.armeria : armeria-grpc-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.25.2

All Versions

Choose a version of com.linecorp.armeria : armeria-grpc-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.25.x
armeria-grpc-kotlin-1.25.2
armeria-grpc-kotlin-1.25.1
armeria-grpc-kotlin-1.25.0
1.24.x
armeria-grpc-kotlin-1.24.3
armeria-grpc-kotlin-1.24.2
armeria-grpc-kotlin-1.24.1
armeria-grpc-kotlin-1.24.0
1.23.x
armeria-grpc-kotlin-1.23.1
armeria-grpc-kotlin-1.23.0

How to add a dependency to Maven

Add the following com.linecorp.armeria : armeria-grpc-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linecorp.armeria</groupId>
    <artifactId>armeria-grpc-kotlin</artifactId>
    <version>1.25.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.armeria : armeria-grpc-kotlin gradle dependency to your build.gradle file:

implementation 'com.linecorp.armeria:armeria-grpc-kotlin:1.25.2'

Gradle Kotlin DSL: Add the following com.linecorp.armeria : armeria-grpc-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linecorp.armeria:armeria-grpc-kotlin:1.25.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.armeria : armeria-grpc-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.armeria" % "armeria-grpc-kotlin" % "1.25.2"

Advertisement