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.2.0.jar download
armeria-retrofit2-1.2.0.pom download
armeria-retrofit2-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.linecorp.armeria</groupId>
  <artifactId>armeria-retrofit2</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.linecorp.armeria:armeria-retrofit2:1.2.0'
Gradle Kotlin
implementation("com.linecorp.armeria:armeria-retrofit2:1.2.0")
Scala SBT
libraryDependencies += "com.linecorp.armeria" % "armeria-retrofit2" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.linecorp.armeria', module='armeria-retrofit2', version='1.2.0')
)
Apache Ivy
<dependency org="com.linecorp.armeria" name="armeria-retrofit2" rev="1.2.0" />
Leiningen
[com.linecorp.armeria/armeria-retrofit2 "1.2.0"]
Apache Buildr
'com.linecorp.armeria:armeria-retrofit2:jar:1.2.0'