License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.newrelic.agent.android |
ArtifactId | ArtifactIdagent-maven-plugin |
Version | Version5.20.0 |
Type | Typejar |
Description |
DescriptionNew Relic Android Agent Maven Plugin
The New Relic Android Agent provides run time performance monitoring for Android applications
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-maven-plugin/ -->
<dependency>
<groupId>com.newrelic.agent.android</groupId>
<artifactId>agent-maven-plugin</artifactId>
<version>5.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-maven-plugin/
implementation 'com.newrelic.agent.android:agent-maven-plugin:5.20.0'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-maven-plugin/
implementation ("com.newrelic.agent.android:agent-maven-plugin:5.20.0")
'com.newrelic.agent.android:agent-maven-plugin:jar:5.20.0'
<dependency org="com.newrelic.agent.android" name="agent-maven-plugin" rev="5.20.0">
<artifact name="agent-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='agent-maven-plugin', version='5.20.0')
)
libraryDependencies += "com.newrelic.agent.android" % "agent-maven-plugin" % "5.20.0"
[com.newrelic.agent.android/agent-maven-plugin "5.20.0"]
Group / Artifact | Type | Version |
---|---|---|
com.newrelic.agent.android : class-rewriter | jar | 5.20.0 |
org.apache.maven : maven-plugin-api | jar | 3.3.9 |