MVN

io.get-coursier : web_sjs0.6_2.12

Maven & Gradle

May 08, 2020
2k stars

web · web

<dependency>
    <groupId>io.get-coursier</groupId>
    <artifactId>web_sjs0.6_2.12</artifactId>
    <version>1.1.0-M14-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.get-coursier : web_sjs0.6_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0-M14-7
  • Latest Release Candidate: 2.0.0-RC6-15

All Versions

Choose a version of io.get-coursier : web_sjs0.6_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
web_sjs0.6_2.12-2.0.0-RC6-15
web_sjs0.6_2.12-2.0.0-RC6-14
web_sjs0.6_2.12-2.0.0-RC6-13
web_sjs0.6_2.12-2.0.0-RC6-12
web_sjs0.6_2.12-2.0.0-RC6-11
web_sjs0.6_2.12-2.0.0-RC6-10
web_sjs0.6_2.12-2.0.0-RC6-9
web_sjs0.6_2.12-2.0.0-RC6-8
web_sjs0.6_2.12-2.0.0-RC6-7
web_sjs0.6_2.12-2.0.0-RC6-6
web_sjs0.6_2.12-2.0.0-RC6-5
web_sjs0.6_2.12-2.0.0-RC6-4
web_sjs0.6_2.12-2.0.0-RC6-3
web_sjs0.6_2.12-2.0.0-RC6-2
web_sjs0.6_2.12-2.0.0-RC6-1
web_sjs0.6_2.12-2.0.0-RC6
web_sjs0.6_2.12-2.0.0-RC5-6
web_sjs0.6_2.12-2.0.0-RC5-5
web_sjs0.6_2.12-2.0.0-RC5-4
web_sjs0.6_2.12-2.0.0-RC5-3
web_sjs0.6_2.12-2.0.0-RC5-2
web_sjs0.6_2.12-2.0.0-RC5-1
web_sjs0.6_2.12-2.0.0-RC5
web_sjs0.6_2.12-2.0.0-RC4-1
web_sjs0.6_2.12-2.0.0-RC4
web_sjs0.6_2.12-2.0.0-RC3-4
web_sjs0.6_2.12-2.0.0-RC3-3
web_sjs0.6_2.12-2.0.0-RC3-2
web_sjs0.6_2.12-2.0.0-RC3-1
web_sjs0.6_2.12-2.0.0-RC3
web_sjs0.6_2.12-2.0.0-RC2-6
web_sjs0.6_2.12-2.0.0-RC2-5
web_sjs0.6_2.12-2.0.0-RC2-4
web_sjs0.6_2.12-2.0.0-RC2-3
web_sjs0.6_2.12-2.0.0-RC2-2
web_sjs0.6_2.12-2.0.0-RC2-1
web_sjs0.6_2.12-2.0.0-RC2
web_sjs0.6_2.12-2.0.0-RC1
1.1.x
web_sjs0.6_2.12-1.1.0-M14-7
web_sjs0.6_2.12-1.1.0-M14-6
web_sjs0.6_2.12-1.1.0-M14-5
web_sjs0.6_2.12-1.1.0-M14-4
web_sjs0.6_2.12-1.1.0-M14-3
web_sjs0.6_2.12-1.1.0-M14-2
web_sjs0.6_2.12-1.1.0-M14-1
web_sjs0.6_2.12-1.1.0-M14
web_sjs0.6_2.12-1.1.0-M13-2
web_sjs0.6_2.12-1.1.0-M13-1
web_sjs0.6_2.12-1.1.0-M13
web_sjs0.6_2.12-1.1.0-M12
web_sjs0.6_2.12-1.1.0-M11-2
web_sjs0.6_2.12-1.1.0-M11-1
web_sjs0.6_2.12-1.1.0-M11
web_sjs0.6_2.12-1.1.0-M10

How to add a dependency to Maven

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

<dependency>
    <groupId>io.get-coursier</groupId>
    <artifactId>web_sjs0.6_2.12</artifactId>
    <version>1.1.0-M14-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.get-coursier : web_sjs0.6_2.12 gradle dependency to your build.gradle file:

implementation 'io.get-coursier:web_sjs0.6_2.12:1.1.0-M14-7'

Gradle Kotlin DSL: Add the following io.get-coursier : web_sjs0.6_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.get-coursier:web_sjs0.6_2.12:1.1.0-M14-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.get-coursier : web_sjs0.6_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.get-coursier" % "web_sjs0.6_2.12" % "1.1.0-M14-7"