is not current version
Last Version 1.16.0

com.linecorp.armeria:armeria-retrofit2 0.45.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.45.0
Type

Type

pom

Download armeria-retrofit2 0.45.0


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