is not current version
Last Version 6.6.0

com.newrelic.agent.android:agent-gradle-plugin 5.5.0

The New Relic Android Agent provides run time performance monitoring for Android applications

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.newrelic.agent.android
ArtifactId

ArtifactId

agent-gradle-plugin
Version

Version

5.5.0
Type

Type

jar

Download agent-gradle-plugin 5.5.0


<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-gradle-plugin/ -->
<dependency>
    <groupId>com.newrelic.agent.android</groupId>
    <artifactId>agent-gradle-plugin</artifactId>
    <version>5.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-gradle-plugin/
implementation 'com.newrelic.agent.android:agent-gradle-plugin:5.5.0'
// https://jarcasting.com/artifacts/com.newrelic.agent.android/agent-gradle-plugin/
implementation ("com.newrelic.agent.android:agent-gradle-plugin:5.5.0")
'com.newrelic.agent.android:agent-gradle-plugin:jar:5.5.0'
<dependency org="com.newrelic.agent.android" name="agent-gradle-plugin" rev="5.5.0">
  <artifact name="agent-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.agent.android', module='agent-gradle-plugin', version='5.5.0')
)
libraryDependencies += "com.newrelic.agent.android" % "agent-gradle-plugin" % "5.5.0"
[com.newrelic.agent.android/agent-gradle-plugin "5.5.0"]