MVN

io.opentelemetry.contrib : static-instrumentation-maven-plugin

Maven & Gradle

May 17, 2023
137 stars

OpenTelemetry Java Contrib · Maven3 plugin for static instrumentation of projects code and dependencies

<dependency>
    <groupId>io.opentelemetry.contrib</groupId>
    <artifactId>static-instrumentation-maven-plugin</artifactId>
    <version>1.26.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.opentelemetry.contrib : static-instrumentation-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.26.0-alpha
  • Latest Alpha: 1.26.0-alpha

All Versions

Choose a version of io.opentelemetry.contrib : static-instrumentation-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.26.x
static-instrumentation-maven-plugin-1.26.0-alpha
1.25.x
static-instrumentation-maven-plugin-1.25.1-alpha
static-instrumentation-maven-plugin-1.25.0-alpha
1.24.x
static-instrumentation-maven-plugin-1.24.0-alpha
1.23.x
static-instrumentation-maven-plugin-1.23.0-alpha
1.22.x
static-instrumentation-maven-plugin-1.22.0-alpha
1.21.x
static-instrumentation-maven-plugin-1.21.0-alpha
1.20.x
static-instrumentation-maven-plugin-1.20.1-alpha
static-instrumentation-maven-plugin-1.20.0-alpha
1.19.x
static-instrumentation-maven-plugin-1.19.1-alpha
static-instrumentation-maven-plugin-1.19.0-alpha
1.18.x
static-instrumentation-maven-plugin-1.18.0-alpha
1.17.x
static-instrumentation-maven-plugin-1.17.0-alpha
1.16.x
static-instrumentation-maven-plugin-1.16.0-alpha
1.15.x
static-instrumentation-maven-plugin-1.15.0-alpha

How to add a dependency to Maven

Add the following io.opentelemetry.contrib : static-instrumentation-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.opentelemetry.contrib</groupId>
    <artifactId>static-instrumentation-maven-plugin</artifactId>
    <version>1.26.0-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.opentelemetry.contrib : static-instrumentation-maven-plugin gradle dependency to your build.gradle file:

implementation 'io.opentelemetry.contrib:static-instrumentation-maven-plugin:1.26.0-alpha'

Gradle Kotlin DSL: Add the following io.opentelemetry.contrib : static-instrumentation-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.opentelemetry.contrib:static-instrumentation-maven-plugin:1.26.0-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.opentelemetry.contrib : static-instrumentation-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.opentelemetry.contrib" % "static-instrumentation-maven-plugin" % "1.26.0-alpha"