MVN

com.newrelic.agent.java : agent-bridge-datastore

Maven & Gradle

Jul 25, 2023
191 stars

New Relic Java agent bridge datastore API · The bridge datastore API of the Java agent.

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

Latest Version

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

  • Latest Stable: 8.5.0

All Versions

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

Version Vulnerabilities Updated
8.5.x
agent-bridge-datastore-8.5.0
8.4.x
agent-bridge-datastore-8.4.0
8.3.x
agent-bridge-datastore-8.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.newrelic.agent.java</groupId>
    <artifactId>agent-bridge-datastore</artifactId>
    <version>8.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.newrelic.agent.java:agent-bridge-datastore:8.5.0'

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

implementation("com.newrelic.agent.java:agent-bridge-datastore:8.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.newrelic.agent.java" % "agent-bridge-datastore" % "8.5.0"