MVN

io.github.scala-ts : sbt-scala-ts_2.12_1.0

Maven & Gradle

Oct 15, 2023
241 stars

sbt-scala-ts · sbt-scala-ts

<dependency>
    <groupId>io.github.scala-ts</groupId>
    <artifactId>sbt-scala-ts_2.12_1.0</artifactId>
    <version>0.5.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.scala-ts : sbt-scala-ts_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.17

All Versions

Choose a version of io.github.scala-ts : sbt-scala-ts_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
sbt-scala-ts_2.12_1.0-0.5.17
sbt-scala-ts_2.12_1.0-0.5.16
sbt-scala-ts_2.12_1.0-0.5.15
sbt-scala-ts_2.12_1.0-0.5.14
sbt-scala-ts_2.12_1.0-0.5.13
sbt-scala-ts_2.12_1.0-0.5.13-SNAPSHOT
sbt-scala-ts_2.12_1.0-0.5.12
sbt-scala-ts_2.12_1.0-0.5.12-SNAPSHOT
sbt-scala-ts_2.12_1.0-0.5.11
sbt-scala-ts_2.12_1.0-0.5.10
sbt-scala-ts_2.12_1.0-0.5.9
sbt-scala-ts_2.12_1.0-0.5.8
sbt-scala-ts_2.12_1.0-0.5.7
sbt-scala-ts_2.12_1.0-0.5.6
sbt-scala-ts_2.12_1.0-0.5.5
sbt-scala-ts_2.12_1.0-0.5.4
sbt-scala-ts_2.12_1.0-0.5.3
sbt-scala-ts_2.12_1.0-0.5.2
sbt-scala-ts_2.12_1.0-0.5.1
sbt-scala-ts_2.12_1.0-0.5.0

How to add a dependency to Maven

Add the following io.github.scala-ts : sbt-scala-ts_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.scala-ts</groupId>
    <artifactId>sbt-scala-ts_2.12_1.0</artifactId>
    <version>0.5.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.scala-ts : sbt-scala-ts_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'io.github.scala-ts:sbt-scala-ts_2.12_1.0:0.5.17'

Gradle Kotlin DSL: Add the following io.github.scala-ts : sbt-scala-ts_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.scala-ts:sbt-scala-ts_2.12_1.0:0.5.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.scala-ts : sbt-scala-ts_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.scala-ts" % "sbt-scala-ts_2.12_1.0" % "0.5.17"

Advertisement