Download android-agent-3.239.0.jar file - Jar a

Jar examples for a:android-agent

Description

The New Relic Android agent provides performance monitoring instrumentation for Android applications

You can download jar file android-agent 3.239.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add android-agent-3.239.0.jar to your project.

<dependency>
   <groupId>com.newrelic.agent.android</groupId>
   <artifactId>android-agent</artifactId>
   <version>3.239.0</version>
</dependency>
compile group: 'com.newrelic.agent.android', name: 'android-agent', version: '3.239.0'
libraryDependencies += "com.newrelic.agent.android" % "android-agent" % "3.239.0"
<dependency org="com.newrelic.agent.android" name="android-agent" rev="3.239.0"/>
@Grapes(@Grab(group='com.newrelic.agent.android', module='android-agent', version='3.239.0'))
'com.newrelic.agent.android:android-agent:jar:3.239.0'

Download

Click the following link to download the jar file.

android-agent-3.239.0-javadoc.jar
android-agent-3.239.0-sources.jar
android-agent-3.239.0.jar
android-agent-3.239.0.pom



Related Tutorials