MVN

org.commonjava.indy.launch : indy-launcher-easyprox

Maven & Gradle

Oct 25, 2016
21 stars

Indy :: Launchers :: Easyprox · REST + JS UI + DotMaven + Autoprox

<dependency>
    <groupId>org.commonjava.indy.launch</groupId>
    <artifactId>indy-launcher-easyprox</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.indy.launch : indy-launcher-easyprox to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.commonjava.indy.launch : indy-launcher-easyprox to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
indy-launcher-easyprox-1.0.2
indy-launcher-easyprox-1.0.1
indy-launcher-easyprox-1.0.0
0.99.x
indy-launcher-easyprox-0.99.3
indy-launcher-easyprox-0.99.2.1
indy-launcher-easyprox-0.99.2
indy-launcher-easyprox-0.99.1.7
indy-launcher-easyprox-0.99.1.6
indy-launcher-easyprox-0.99.1.5
indy-launcher-easyprox-0.99.1.4
indy-launcher-easyprox-0.99.1.3
indy-launcher-easyprox-0.99.1.2
indy-launcher-easyprox-0.99.1.1
indy-launcher-easyprox-0.99.1
indy-launcher-easyprox-0.99.0

How to add a dependency to Maven

Add the following org.commonjava.indy.launch : indy-launcher-easyprox maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.indy.launch</groupId>
    <artifactId>indy-launcher-easyprox</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.indy.launch : indy-launcher-easyprox gradle dependency to your build.gradle file:

implementation 'org.commonjava.indy.launch:indy-launcher-easyprox:1.0.2'

Gradle Kotlin DSL: Add the following org.commonjava.indy.launch : indy-launcher-easyprox gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.indy.launch:indy-launcher-easyprox:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.indy.launch : indy-launcher-easyprox sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.indy.launch" % "indy-launcher-easyprox" % "1.0.2"

Advertisement