Maven Repository - POM file for Development newrelic-api 3.12.0 3.12.0

Summary

New Relic Java API Jar.

The New Relic Java Agent Api..

Declaration

Here is the list of declaration for newrelic-api. If you use Maven you can use the following code to add the dependency for this POM file.

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

If you think this Maven repository POM file listing for newrelic-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License


URL: https://newrelic.com/docs/java/java-agent-license.

Packages

The following packages are defined in the newrelic-api-3.12.0.jar

com.newrelic.api.agent




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.newrelic.agent.java</groupId>
  <artifactId>newrelic-api</artifactId>
  <version>3.12.0</version>
  <name>New Relic Java API Jar</name>
  <description>The New Relic Java Agent Api.</description>
  <url>https://newrelic.com/</url>
  <licenses>
    <license>
      <url>https://newrelic.com/docs/java/java-agent-license</url>
    </license>
  </licenses>
  
  <scm>
    <connection>scm:git:git@github.com:newrelic/java_agent.git</connection>
    <url>git@github.com:newrelic/java_agent.git</url>
  </scm>
</project>