is not current version
Last Version 1.16.0

com.linecorp.armeria:armeria-retrofit2 0.34.1

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

Categories

Categories

Retrofit Net HTTP Clients Armeria Container Microservices
GroupId

GroupId

com.linecorp.armeria
ArtifactId

ArtifactId

armeria-retrofit2
Version

Version

0.34.1
Type

Type

pom

Download armeria-retrofit2 0.34.1


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