License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.newrelic.agent.java |
ArtifactId | ArtifactIdnewrelic-api |
Last Version | Last Version7.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNew Relic Java agent API
The public API of the Java agent, and no-op implementations for safe usage without the agent.
|
Project URL |
Project URL |
Filename | Size |
---|---|
newrelic-api-7.8.0.pom | |
newrelic-api-7.8.0.jar | 45 KB |
newrelic-api-7.8.0-sources.jar | 396 bytes |
newrelic-api-7.8.0-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.java/newrelic-api/ -->
<dependency>
<groupId>com.newrelic.agent.java</groupId>
<artifactId>newrelic-api</artifactId>
<version>7.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.java/newrelic-api/
implementation 'com.newrelic.agent.java:newrelic-api:7.8.0'
// https://jarcasting.com/artifacts/com.newrelic.agent.java/newrelic-api/
implementation ("com.newrelic.agent.java:newrelic-api:7.8.0")
'com.newrelic.agent.java:newrelic-api:jar:7.8.0'
<dependency org="com.newrelic.agent.java" name="newrelic-api" rev="7.8.0">
<artifact name="newrelic-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.java', module='newrelic-api', version='7.8.0')
)
libraryDependencies += "com.newrelic.agent.java" % "newrelic-api" % "7.8.0"
[com.newrelic.agent.java/newrelic-api "7.8.0"]