MVN

com.linecorp.armeria : armeria-spring-boot

Maven & Gradle

Jan 04, 2018
4.6k stars

armeria-spring-boot · Asynchronous HTTP/2 RPC/REST client/server library built on top of Java 8, Netty, Thrift and gRPC (armeria-spring-boot)

<dependency>
    <groupId>com.linecorp.armeria</groupId>
    <artifactId>armeria-spring-boot</artifactId>
    <version>0.56.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linecorp.armeria : armeria-spring-boot to add to Maven - Latest Versions:

  • Latest Stable: 0.56.1

All Versions

Choose a version of com.linecorp.armeria : armeria-spring-boot to add to Maven - All Versions:

Version Vulnerabilities Updated
0.56.x
armeria-spring-boot-0.56.1
armeria-spring-boot-0.56.0
0.55.x
armeria-spring-boot-0.55.1
armeria-spring-boot-0.55.0
0.54.x
armeria-spring-boot-0.54.2
armeria-spring-boot-0.54.1
armeria-spring-boot-0.54.0
0.53.x
armeria-spring-boot-0.53.2
armeria-spring-boot-0.53.1
armeria-spring-boot-0.53.0
0.52.x
armeria-spring-boot-0.52.1
armeria-spring-boot-0.52.0
0.51.x
armeria-spring-boot-0.51.0
0.50.x
armeria-spring-boot-0.50.0
0.49.x
armeria-spring-boot-0.49.0
0.48.x
armeria-spring-boot-0.48.0
0.47.x
armeria-spring-boot-0.47.0
0.46.x
armeria-spring-boot-0.46.4
armeria-spring-boot-0.46.3
armeria-spring-boot-0.46.2
armeria-spring-boot-0.46.1
armeria-spring-boot-0.46.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.linecorp.armeria</groupId>
    <artifactId>armeria-spring-boot</artifactId>
    <version>0.56.1</version>
</dependency>

Advertisement