MVN

org.webjars.npm : socks-proxy-agent

Maven & Gradle

Jan 31, 2022
3 usages

socks-proxy-agent · WebJar for socks-proxy-agent

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>socks-proxy-agent</artifactId>
    <version>6.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : socks-proxy-agent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.1

All Versions

Choose a version of org.webjars.npm : socks-proxy-agent to add to Maven or Gradle - All Versions:

  • Version Updated
  • socks-proxy-agent-6.1.1

    Jan 31, 2022
  • socks-proxy-agent-5.0.1

    Aug 01, 2021
  • socks-proxy-agent-5.0.0

    Jan 10, 2021
  • socks-proxy-agent-4.0.2

    Apr 10, 2019
  • socks-proxy-agent-4.0.1

    Jun 28, 2018
  • socks-proxy-agent-3.0.1

    Feb 13, 2018

How to add a dependency to Maven

Add the following org.webjars.npm : socks-proxy-agent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>socks-proxy-agent</artifactId>
    <version>6.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : socks-proxy-agent gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:socks-proxy-agent:6.1.1'

Gradle Kotlin DSL: Add the following org.webjars.npm : socks-proxy-agent gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:socks-proxy-agent:6.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : socks-proxy-agent sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "socks-proxy-agent" % "6.1.1"