MVN

com.github.detro : browser-proxy-client

Maven & Gradle

Apr 11, 2014
5 stars

BrowserMob Proxy Client · Java client library to install, launch and control a BrowserMob Proxy exclusively via it's REST API

<dependency>
    <groupId>com.github.detro</groupId>
    <artifactId>browser-proxy-client</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.detro : browser-proxy-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.github.detro : browser-proxy-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
browser-proxy-client-0.0.3
browser-proxy-client-0.0.2
browser-proxy-client-0.0.1

How to add a dependency to Maven

Add the following com.github.detro : browser-proxy-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.detro</groupId>
    <artifactId>browser-proxy-client</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.detro : browser-proxy-client gradle dependency to your build.gradle file:

implementation 'com.github.detro:browser-proxy-client:0.0.3'

Gradle Kotlin DSL: Add the following com.github.detro : browser-proxy-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.detro:browser-proxy-client:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.detro : browser-proxy-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.detro" % "browser-proxy-client" % "0.0.3"