MVN

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

Maven & Gradle

Jul 20, 2023
7 stars

New Relic Security Java agent API · The public API of the Security Java agent, and no-op implementations for safe usage without the agent. To be used in newrelic-java-agent only.

<dependency>
    <groupId>com.newrelic.agent.java.security</groupId>
    <artifactId>newrelic-security-api</artifactId>
    <version>1.0.4-public-preview</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.4-public-preview

All Versions

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

Version Vulnerabilities Updated
1.0.x
newrelic-security-api-1.0.4-public-preview
newrelic-security-api-1.0.3-limited-preview
newrelic-security-api-1.0.2-limited-preview

How to add a dependency to Maven

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

<dependency>
    <groupId>com.newrelic.agent.java.security</groupId>
    <artifactId>newrelic-security-api</artifactId>
    <version>1.0.4-public-preview</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.newrelic.agent.java.security:newrelic-security-api:1.0.4-public-preview'

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

implementation("com.newrelic.agent.java.security:newrelic-security-api:1.0.4-public-preview")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.newrelic.agent.java.security" % "newrelic-security-api" % "1.0.4-public-preview"