MVN

com.linecorp.armeria : armeria-jetty10

Maven & Gradle

Aug 25, 2023
4.6k stars

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

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

Latest Version

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

  • Latest Stable: 1.25.2

All Versions

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

Version Vulnerabilities Updated
1.25.x
armeria-jetty10-1.25.2
armeria-jetty10-1.25.1
armeria-jetty10-1.25.0
1.24.x
armeria-jetty10-1.24.3
armeria-jetty10-1.24.2
armeria-jetty10-1.24.1
armeria-jetty10-1.24.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.linecorp.armeria:armeria-jetty10:1.25.2'

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

implementation("com.linecorp.armeria:armeria-jetty10:1.25.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.linecorp.armeria" % "armeria-jetty10" % "1.25.2"