armeria-retrofit2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-retrofit2</artifactId>
<version>1.37.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria-retrofit2</artifactId>
<version>1.37.0</version>
<name>Armeria (armeria-retrofit2)</name>
<description>Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC (armeria-retrofit2)</description>
<url>https://armeria.dev/</url>
<inceptionYear>2015</inceptionYear>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/license/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>LY Corporation</name>
<email>dl_armeria@linecorp.com</email>
<url>https://engineering.linecorp.com/en/</url>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/line/armeria.git</connection>
<developerConnection>scm:git:ssh://git@github.com/line/armeria.git</developerConnection>
<url>https://github.com/line/armeria</url>
</scm>
<dependencies>
<dependency>
<groupId>com.linecorp.armeria</groupId>
<artifactId>armeria</artifactId>
<version>1.37.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.12.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.projectreactor.tools</groupId>
<artifactId>blockhound</artifactId>
<version>1.0.16.RELEASE</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>