MVN

fr.apyx : ts2scala-macros_2.11.0-M7

Maven & Gradle

Nov 20, 2013
1 usages
8 stars

ts2scala-macros · ts2scala-macros

<dependency>
    <groupId>fr.apyx</groupId>
    <artifactId>ts2scala-macros_2.11.0-M7</artifactId>
    <version>0.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.apyx : ts2scala-macros_2.11.0-M7 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.1

All Versions

Choose a version of fr.apyx : ts2scala-macros_2.11.0-M7 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
ts2scala-macros_2.11.0-M7-0.2.1

How to add a dependency to Maven

Add the following fr.apyx : ts2scala-macros_2.11.0-M7 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.apyx</groupId>
    <artifactId>ts2scala-macros_2.11.0-M7</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.apyx : ts2scala-macros_2.11.0-M7 gradle dependency to your build.gradle file:

implementation 'fr.apyx:ts2scala-macros_2.11.0-M7:0.2.1'

Gradle Kotlin DSL: Add the following fr.apyx : ts2scala-macros_2.11.0-M7 gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.apyx:ts2scala-macros_2.11.0-M7:0.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.apyx : ts2scala-macros_2.11.0-M7 sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.apyx" % "ts2scala-macros_2.11.0-M7" % "0.2.1"

Advertisement