MVN

io.github.appoptics : solarwinds-apm-agent

Maven & Gradle

Oct 14, 2022

solarwinds-apm-agent · solarwinds-apm-agent

<dependency>
    <groupId>io.github.appoptics</groupId>
    <artifactId>solarwinds-apm-agent</artifactId>
    <version>0.14.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.appoptics : solarwinds-apm-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0-alpha
  • Latest Alpha: 0.14.0-alpha

All Versions

Choose a version of io.github.appoptics : solarwinds-apm-agent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
solarwinds-apm-agent-0.14.0-alpha

How to add a dependency to Maven

Add the following io.github.appoptics : solarwinds-apm-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.appoptics</groupId>
    <artifactId>solarwinds-apm-agent</artifactId>
    <version>0.14.0-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.appoptics : solarwinds-apm-agent gradle dependency to your build.gradle file:

implementation 'io.github.appoptics:solarwinds-apm-agent:0.14.0-alpha'

Gradle Kotlin DSL: Add the following io.github.appoptics : solarwinds-apm-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.appoptics:solarwinds-apm-agent:0.14.0-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.appoptics : solarwinds-apm-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.appoptics" % "solarwinds-apm-agent" % "0.14.0-alpha"