a

armeria-retrofit2

Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC (armeria-retrofit2)
https://armeria.dev/
The Apache License, Version 2.0
LINE Corporation
Files download
File Operation
armeria-retrofit2-1.20.3.jar download
armeria-retrofit2-1.20.3.pom download
armeria-retrofit2-1.20.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linecorp.armeria</groupId>
  <artifactId>armeria-retrofit2</artifactId>
  <version>1.20.3</version>
</dependency>
Gradle Groovy
implementation 'com.linecorp.armeria:armeria-retrofit2:1.20.3'
Gradle Kotlin
implementation("com.linecorp.armeria:armeria-retrofit2:1.20.3")
Scala SBT
libraryDependencies += "com.linecorp.armeria" % "armeria-retrofit2" % "1.20.3"
Groovy Grape
@Grapes(
  @Grab(group='com.linecorp.armeria', module='armeria-retrofit2', version='1.20.3')
)
Apache Ivy
<dependency org="com.linecorp.armeria" name="armeria-retrofit2" rev="1.20.3" />
Leiningen
[com.linecorp.armeria/armeria-retrofit2 "1.20.3"]
Apache Buildr
'com.linecorp.armeria:armeria-retrofit2:jar:1.20.3'