MVN

io.get-coursier : coursier-proxy-setup

Maven & Gradle

Aug 24, 2023
2k stars

coursier-proxy-setup · coursier-proxy-setup

<dependency>
    <groupId>io.get-coursier</groupId>
    <artifactId>coursier-proxy-setup</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.get-coursier : coursier-proxy-setup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6
  • Latest Release Candidate: 2.1.0-RC6

All Versions

Choose a version of io.get-coursier : coursier-proxy-setup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
coursier-proxy-setup-2.1.6
coursier-proxy-setup-2.1.5
coursier-proxy-setup-2.1.4
coursier-proxy-setup-2.1.3
coursier-proxy-setup-2.1.2
coursier-proxy-setup-2.1.1
coursier-proxy-setup-2.1.0
coursier-proxy-setup-2.1.0-RC6
coursier-proxy-setup-2.1.0-RC5
coursier-proxy-setup-2.1.0-RC4
coursier-proxy-setup-2.1.0-RC3-1
coursier-proxy-setup-2.1.0-RC3
coursier-proxy-setup-2.1.0-RC2
coursier-proxy-setup-2.1.0-RC1
coursier-proxy-setup-2.1.0-M7-39-gb8f3d7532
coursier-proxy-setup-2.1.0-M7-34-gf519b50a3
coursier-proxy-setup-2.1.0-M7-18-g67daad6a9
coursier-proxy-setup-2.1.0-M7
coursier-proxy-setup-2.1.0-M6-53-gb4f448130
coursier-proxy-setup-2.1.0-M6-49-gff26f8e39
coursier-proxy-setup-2.1.0-M6-44-gc47ecec07
coursier-proxy-setup-2.1.0-M6-28-gbad85693f
coursier-proxy-setup-2.1.0-M6-26-gcec901e9a

How to add a dependency to Maven

Add the following io.get-coursier : coursier-proxy-setup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.get-coursier</groupId>
    <artifactId>coursier-proxy-setup</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.get-coursier : coursier-proxy-setup gradle dependency to your build.gradle file:

implementation 'io.get-coursier:coursier-proxy-setup:2.1.6'

Gradle Kotlin DSL: Add the following io.get-coursier : coursier-proxy-setup gradle kotlin dependency to your build.gradle.kts file:

implementation("io.get-coursier:coursier-proxy-setup:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.get-coursier : coursier-proxy-setup sbt scala dependency to your build.sbt file:

libraryDependencies += "io.get-coursier" % "coursier-proxy-setup" % "2.1.6"

Advertisement