| License | License | 
|---|---|
| GroupId | GroupIdcom.newrelic.agent.android | 
| ArtifactId | ArtifactIdandroid-agent | 
| Last Version | Last Version6.6.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionNew Relic Android Agent The New Relic Android agent provides performance monitoring instrumentation for Android applications | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| android-agent-6.6.0.pom | |
| android-agent-6.6.0.jar | 742 KB | 
| android-agent-6.6.0-sources.jar | 350 bytes | 
| android-agent-6.6.0-javadoc.jar | 350 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/ -->
<dependency>
    <groupId>com.newrelic.agent.android</groupId>
    <artifactId>android-agent</artifactId>
    <version>6.6.0</version>
</dependency>// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation 'com.newrelic.agent.android:android-agent:6.6.0'// https://jarcasting.com/artifacts/com.newrelic.agent.android/android-agent/
implementation ("com.newrelic.agent.android:android-agent:6.6.0")'com.newrelic.agent.android:android-agent:jar:6.6.0'<dependency org="com.newrelic.agent.android" name="android-agent" rev="6.6.0">
  <artifact name="android-agent" type="jar" />
</dependency>@Grapes(
@Grab(group='com.newrelic.agent.android', module='android-agent', version='6.6.0')
)libraryDependencies += "com.newrelic.agent.android" % "android-agent" % "6.6.0"[com.newrelic.agent.android/android-agent "6.6.0"]