Categories |
CategoriesRetrofit Net HTTP Clients Armeria Container Microservices |
---|---|
GroupId | GroupIdcom.linecorp.armeria |
ArtifactId | ArtifactIdarmeria-retrofit2-shaded |
Version | Version0.47.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-retrofit2-shaded/ -->
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-retrofit2-shaded</artifactId>
<version>0.47.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-retrofit2-shaded/
implementation 'com.linecorp.armeria:armeria-retrofit2-shaded:0.47.0'
// https://jarcasting.com/artifacts/com.linecorp.armeria/armeria-retrofit2-shaded/
implementation ("com.linecorp.armeria:armeria-retrofit2-shaded:0.47.0")
'com.linecorp.armeria:armeria-retrofit2-shaded:pom:0.47.0'
<dependency org="com.linecorp.armeria" name="armeria-retrofit2-shaded" rev="0.47.0">
<artifact name="armeria-retrofit2-shaded" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.armeria', module='armeria-retrofit2-shaded', version='0.47.0')
)
libraryDependencies += "com.linecorp.armeria" % "armeria-retrofit2-shaded" % "0.47.0"
[com.linecorp.armeria/armeria-retrofit2-shaded "0.47.0"]