DOC

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

Maven & Gradle

Jul 10, 2023
9 stars

New Relic Android Gradle Plugin · The New Relic Android Gradle plugin instruments classes for Android applications

Table Of Contents

Latest Version

Download com.newrelic.agent.android : agent-gradle-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.newrelic.agent.android : agent-gradle-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
7.0.x
6.11.x
6.10.x
6.9.x
6.8.x
6.7.x
6.6.x
6.5.x
6.4.x
6.3.x
6.2.x
6.1.x
6.0.x
5.28.x
5.27.x
5.26.x
5.25.x
5.24.x
5.23.x
5.22.x
5.21.x
5.20.x
5.19.x
5.18.x
5.17.x
5.16.x
5.15.x
5.14.x
5.13.x
5.12.x
5.11.x
5.10.x
5.9.x
5.8.x
5.7.x
5.6.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x
4.98.x
4.95.x
4.87.x
4.83.x
4.273.x
4.265.x
4.244.x
4.190.x
4.178.x
4.177.x
4.120.x
3.429.x
3.419.x
3.407.x
3.378.x
3.361.x
3.330.x
3.308.x
3.264.x
3.239.x
3.214.x
3.199.x
2.444.x
2.440.x
2.433.x
2.426.x
2.412.x
2.397.x

How to open Javadoc JAR file in web browser

  1. Rename the file agent-gradle-plugin-7.0.0-javadoc.jar to agent-gradle-plugin-7.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder agent-gradle-plugin-7.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "agent-gradle-plugin-7.0.0-sources.jar" -d "agent-gradle-plugin-7.0.0-javadoc" -subpackages 

Advertisement