MVN

com.newrelic.agent.java : newrelic-weaver-api

Maven & Gradle

Jul 25, 2023
191 stars

New Relic Java agent Weaver API · The public API of the Java agent Weaver module, and no-op implementations for safe usage without the agent.

<dependency>
    <groupId>com.newrelic.agent.java</groupId>
    <artifactId>newrelic-weaver-api</artifactId>
    <version>8.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.newrelic.agent.java : newrelic-weaver-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.0

All Versions

Choose a version of com.newrelic.agent.java : newrelic-weaver-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
newrelic-weaver-api-8.5.0
8.4.x
newrelic-weaver-api-8.4.0
8.3.x
newrelic-weaver-api-8.3.0

How to add a dependency to Maven

Add the following com.newrelic.agent.java : newrelic-weaver-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.newrelic.agent.java</groupId>
    <artifactId>newrelic-weaver-api</artifactId>
    <version>8.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.newrelic.agent.java : newrelic-weaver-api gradle dependency to your build.gradle file:

implementation 'com.newrelic.agent.java:newrelic-weaver-api:8.5.0'

Gradle Kotlin DSL: Add the following com.newrelic.agent.java : newrelic-weaver-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.newrelic.agent.java:newrelic-weaver-api:8.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.newrelic.agent.java : newrelic-weaver-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.newrelic.agent.java" % "newrelic-weaver-api" % "8.5.0"