MVN

fr.apyx : ts2scala-macros_2.11.0-SNAPSHOT

Maven & Gradle

Nov 02, 2014
<dependency>
    <groupId>fr.apyx</groupId>
    <artifactId>ts2scala-macros_2.11.0-SNAPSHOT</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.2

All Versions

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

Version Vulnerabilities Updated
0.2
ts2scala-macros_2.11.0-SNAPSHOT-0.2
0.1
ts2scala-macros_2.11.0-SNAPSHOT-0.1

How to add a dependency to Maven

Add the following fr.apyx : ts2scala-macros_2.11.0-SNAPSHOT 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-SNAPSHOT</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fr.apyx:ts2scala-macros_2.11.0-SNAPSHOT:0.2'

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

implementation("fr.apyx:ts2scala-macros_2.11.0-SNAPSHOT:0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "fr.apyx" % "ts2scala-macros_2.11.0-SNAPSHOT" % "0.2"