is not current version
Last Version 1.16.0

com.linecorp.armeria:armeria-retrofit2 0.78.0

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

Categories

Categories

Retrofit Net HTTP Clients Armeria Container Microservices
GroupId

GroupId

com.linecorp.armeria
ArtifactId

ArtifactId

armeria-retrofit2
Version

Version

0.78.0
Type

Type

jar

Download armeria-retrofit2 0.78.0


<!-- https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-retrofit2/ -->
<dependency>
    <groupId>com.linecorp.armeria</groupId>
    <artifactId>armeria-retrofit2</artifactId>
    <version>0.78.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-retrofit2/
implementation 'com.linecorp.armeria:armeria-retrofit2:0.78.0'
// https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-retrofit2/
implementation ("com.linecorp.armeria:armeria-retrofit2:0.78.0")
'com.linecorp.armeria:armeria-retrofit2:jar:0.78.0'
<dependency org="com.linecorp.armeria" name="armeria-retrofit2" rev="0.78.0">
  <artifact name="armeria-retrofit2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.armeria', module='armeria-retrofit2', version='0.78.0')
)
libraryDependencies += "com.linecorp.armeria" % "armeria-retrofit2" % "0.78.0"
[com.linecorp.armeria/armeria-retrofit2 "0.78.0"]