MVN

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

Maven & Gradle

Feb 13, 2017

NetworkBench NewLens Android Agent SDK · 北京基调网络系统有限公司透镜系统Android SDK 提供Android应用运行时性能监控服务

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

Latest Version

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

  • Latest Stable: 2.5.3

All Versions

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

Version Vulnerabilities Updated
2.5.x
agent-maven-plugin-2.5.3
2.4.x
agent-maven-plugin-2.4.3
agent-maven-plugin-2.4.2
agent-maven-plugin-2.4.1.1
agent-maven-plugin-2.4.1
agent-maven-plugin-2.4.0
2.3.x
agent-maven-plugin-2.3.3
agent-maven-plugin-2.3.1
agent-maven-plugin-2.3.0
2.2.x
agent-maven-plugin-2.2.7
agent-maven-plugin-2.2.6
agent-maven-plugin-2.2.5
agent-maven-plugin-2.2.4
agent-maven-plugin-2.2.3
agent-maven-plugin-2.2.2
agent-maven-plugin-2.2.1
agent-maven-plugin-2.2.0
2.1.x
agent-maven-plugin-2.1.0
2.0.x
agent-maven-plugin-2.0.7
agent-maven-plugin-2.0.6
agent-maven-plugin-2.0.5
agent-maven-plugin-2.0.4
agent-maven-plugin-2.0.3
agent-maven-plugin-2.0.2
agent-maven-plugin-2.0.1
1.2.x
agent-maven-plugin-1.2.4
agent-maven-plugin-1.2.3
agent-maven-plugin-1.2.2
agent-maven-plugin-1.2.1
agent-maven-plugin-1.2.0
1.1.x
agent-maven-plugin-1.1.6
agent-maven-plugin-1.1.5

How to add a dependency to Maven

Add the following com.networkbench.newlens.agent.android : agent-maven-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-maven-plugin</artifactId>
    <version>2.5.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.networkbench.newlens.agent.android:agent-maven-plugin:2.5.3'

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

implementation("com.networkbench.newlens.agent.android:agent-maven-plugin:2.5.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.networkbench.newlens.agent.android" % "agent-maven-plugin" % "2.5.3"