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