MVN

com.networkbench.newlens.agent.android : agent-gradle-plugin

Maven & Gradle

Jun 22, 2018

agent-gradle-plugin · The NetworkBench NewLens Android Agent provides run time performance monitoring for Android applications

<dependency>
    <groupId>com.networkbench.newlens.agent.android</groupId>
    <artifactId>agent-gradle-plugin</artifactId>
    <version>2.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.networkbench.newlens.agent.android : agent-gradle-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.4

All Versions

Choose a version of com.networkbench.newlens.agent.android : agent-gradle-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
agent-gradle-plugin-2.9.1
agent-gradle-plugin-2.9.0
2.8.x
agent-gradle-plugin-2.8.4
agent-gradle-plugin-2.8.3
agent-gradle-plugin-2.8.2
agent-gradle-plugin-2.8.1
agent-gradle-plugin-2.8.0
2.7.x
agent-gradle-plugin-2.7.3
agent-gradle-plugin-2.7.2
agent-gradle-plugin-2.7.1
agent-gradle-plugin-2.7.0
2.5.x
agent-gradle-plugin-2.5.9.5
agent-gradle-plugin-2.5.9.4
agent-gradle-plugin-2.5.9
agent-gradle-plugin-2.5.8
agent-gradle-plugin-2.5.7
agent-gradle-plugin-2.5.6
agent-gradle-plugin-2.5.5
agent-gradle-plugin-2.5.3
agent-gradle-plugin-2.5.2
agent-gradle-plugin-2.5.1
agent-gradle-plugin-2.5.0
2.4.x
agent-gradle-plugin-2.4.4.8
agent-gradle-plugin-2.4.4.6
agent-gradle-plugin-2.4.4
agent-gradle-plugin-2.4.3.1
agent-gradle-plugin-2.4.3
agent-gradle-plugin-2.4.2.2
agent-gradle-plugin-2.4.2.1
agent-gradle-plugin-2.4.2
agent-gradle-plugin-2.4.1.1
agent-gradle-plugin-2.4.1
agent-gradle-plugin-2.4.0
2.3.x
agent-gradle-plugin-2.3.3
agent-gradle-plugin-2.3.2
agent-gradle-plugin-2.3.1
agent-gradle-plugin-2.3.0
2.2.x
agent-gradle-plugin-2.2.7
agent-gradle-plugin-2.2.6
agent-gradle-plugin-2.2.5
agent-gradle-plugin-2.2.4
agent-gradle-plugin-2.2.3
agent-gradle-plugin-2.2.2
agent-gradle-plugin-2.2.1
agent-gradle-plugin-2.2.0
2.1.x
agent-gradle-plugin-2.1.0
2.0.x
agent-gradle-plugin-2.0.7
agent-gradle-plugin-2.0.6
agent-gradle-plugin-2.0.5
agent-gradle-plugin-2.0.4
agent-gradle-plugin-2.0.3
agent-gradle-plugin-2.0.2
agent-gradle-plugin-2.0.1
1.2.x
agent-gradle-plugin-1.2.4
agent-gradle-plugin-1.2.3
agent-gradle-plugin-1.2.2
agent-gradle-plugin-1.2.1
agent-gradle-plugin-1.2.0
1.1.x
agent-gradle-plugin-1.1.6
agent-gradle-plugin-1.1.5

How to add a dependency to Maven

Add the following com.networkbench.newlens.agent.android : agent-gradle-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.networkbench.newlens.agent.android</groupId>
    <artifactId>agent-gradle-plugin</artifactId>
    <version>2.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.networkbench.newlens.agent.android : agent-gradle-plugin gradle dependency to your build.gradle file:

implementation 'com.networkbench.newlens.agent.android:agent-gradle-plugin:2.8.4'

Gradle Kotlin DSL: Add the following com.networkbench.newlens.agent.android : agent-gradle-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.networkbench.newlens.agent.android:agent-gradle-plugin:2.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.networkbench.newlens.agent.android : agent-gradle-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.networkbench.newlens.agent.android" % "agent-gradle-plugin" % "2.8.4"