MVN

com.github.platypii : sbt-typescript_2.12_1.0

Maven & Gradle

Nov 23, 2023
11 stars

sbt-typescript · sbt-typescript

<dependency>
    <groupId>com.github.platypii</groupId>
    <artifactId>sbt-typescript_2.12_1.0</artifactId>
    <version>5.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.platypii : sbt-typescript_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.2

All Versions

Choose a version of com.github.platypii : sbt-typescript_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
sbt-typescript_2.12_1.0-5.3.2
4.6.x
sbt-typescript_2.12_1.0-4.6.4
4.3.x
sbt-typescript_2.12_1.0-4.3.2
4.2.x
sbt-typescript_2.12_1.0-4.2.2
4.1.x
sbt-typescript_2.12_1.0-4.1.3
sbt-typescript_2.12_1.0-4.1.2
4.0.x
sbt-typescript_2.12_1.0-4.0.5.2
sbt-typescript_2.12_1.0-4.0.5.1
sbt-typescript_2.12_1.0-4.0.5
sbt-typescript_2.12_1.0-4.0.3
3.9.x
sbt-typescript_2.12_1.0-3.9.2
3.8.x
sbt-typescript_2.12_1.0-3.8.3
3.7.x
sbt-typescript_2.12_1.0-3.7.5
sbt-typescript_2.12_1.0-3.7.2

How to add a dependency to Maven

Add the following com.github.platypii : sbt-typescript_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.platypii</groupId>
    <artifactId>sbt-typescript_2.12_1.0</artifactId>
    <version>5.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.platypii : sbt-typescript_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'com.github.platypii:sbt-typescript_2.12_1.0:5.3.2'

Gradle Kotlin DSL: Add the following com.github.platypii : sbt-typescript_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.platypii:sbt-typescript_2.12_1.0:5.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.platypii : sbt-typescript_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.platypii" % "sbt-typescript_2.12_1.0" % "5.3.2"