MVN

org.scala-sbt : io_3

Maven & Gradle

Jun 25, 2023
10 usages
41 stars

IO · IO module for sbt

<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>io_3</artifactId>
    <version>1.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scala-sbt : io_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.1
  • Latest Release Candidate: 1.9.0-RC3

All Versions

Choose a version of org.scala-sbt : io_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
io_3-1.9.1
io_3-1.9.0
io_3-1.9.0-RC3
io_3-1.9.0-M1
1.8.x
io_3-1.8.1
io_3-1.8.0
1.7.x
io_3-1.7.0
1.6.x
io_3-1.6.0
io_3-1.6.0-M2

How to add a dependency to Maven

Add the following org.scala-sbt : io_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.scala-sbt</groupId>
    <artifactId>io_3</artifactId>
    <version>1.9.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.scala-sbt : io_3 gradle dependency to your build.gradle file:

implementation 'org.scala-sbt:io_3:1.9.1'

Gradle Kotlin DSL: Add the following org.scala-sbt : io_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.scala-sbt:io_3:1.9.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.scala-sbt : io_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.scala-sbt" % "io_3" % "1.9.1"

Advertisement