MVN

com.linecorp.armeria : armeria-spring-boot-actuator-starter

Maven & Gradle

Jun 22, 2020
3 usages
4.6k stars

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

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

Latest Version

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

  • Latest Stable: 0.99.7

All Versions

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

Version Vulnerabilities Updated
0.99.x
armeria-spring-boot-actuator-starter-0.99.7
armeria-spring-boot-actuator-starter-0.99.6
armeria-spring-boot-actuator-starter-0.99.5
armeria-spring-boot-actuator-starter-0.99.4
armeria-spring-boot-actuator-starter-0.99.3
armeria-spring-boot-actuator-starter-0.99.2
armeria-spring-boot-actuator-starter-0.99.1
armeria-spring-boot-actuator-starter-0.99.0
0.98.x
armeria-spring-boot-actuator-starter-0.98.7
armeria-spring-boot-actuator-starter-0.98.6
armeria-spring-boot-actuator-starter-0.98.5
armeria-spring-boot-actuator-starter-0.98.4
armeria-spring-boot-actuator-starter-0.98.3
armeria-spring-boot-actuator-starter-0.98.2
armeria-spring-boot-actuator-starter-0.98.1
armeria-spring-boot-actuator-starter-0.98.0
0.97.x
armeria-spring-boot-actuator-starter-0.97.0
0.96.x
armeria-spring-boot-actuator-starter-0.96.0
0.95.x
armeria-spring-boot-actuator-starter-0.95.0
0.94.x
armeria-spring-boot-actuator-starter-0.94.0
0.93.x
armeria-spring-boot-actuator-starter-0.93.0
0.92.x
armeria-spring-boot-actuator-starter-0.92.0
0.91.x
armeria-spring-boot-actuator-starter-0.91.0
0.90.x
armeria-spring-boot-actuator-starter-0.90.3
armeria-spring-boot-actuator-starter-0.90.2
armeria-spring-boot-actuator-starter-0.90.1
armeria-spring-boot-actuator-starter-0.90.0
0.89.x
armeria-spring-boot-actuator-starter-0.89.1
armeria-spring-boot-actuator-starter-0.89.0
0.88.x
armeria-spring-boot-actuator-starter-0.88.0
0.87.x
armeria-spring-boot-actuator-starter-0.87.0
0.86.x
armeria-spring-boot-actuator-starter-0.86.0
0.85.x
armeria-spring-boot-actuator-starter-0.85.0
0.84.x
armeria-spring-boot-actuator-starter-0.84.0
0.83.x
armeria-spring-boot-actuator-starter-0.83.0
0.82.x
armeria-spring-boot-actuator-starter-0.82.0
0.81.x
armeria-spring-boot-actuator-starter-0.81.1
armeria-spring-boot-actuator-starter-0.81.0
0.80.x
armeria-spring-boot-actuator-starter-0.80.0

How to add a dependency to Maven

Add the following com.linecorp.armeria : armeria-spring-boot-actuator-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linecorp.armeria</groupId>
    <artifactId>armeria-spring-boot-actuator-starter</artifactId>
    <version>0.99.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linecorp.armeria : armeria-spring-boot-actuator-starter gradle dependency to your build.gradle file:

implementation 'com.linecorp.armeria:armeria-spring-boot-actuator-starter:0.99.7'

Gradle Kotlin DSL: Add the following com.linecorp.armeria : armeria-spring-boot-actuator-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linecorp.armeria:armeria-spring-boot-actuator-starter:0.99.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linecorp.armeria : armeria-spring-boot-actuator-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linecorp.armeria" % "armeria-spring-boot-actuator-starter" % "0.99.7"

Advertisement