MVN

com.fermyon : teavm-samples-scala

Maven & Gradle

Feb 21, 2023
2.2k stars

TeaVM Scala example · A sample application written in Scala.

<dependency>
    <groupId>com.fermyon</groupId>
    <artifactId>teavm-samples-scala</artifactId>
    <version>0.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fermyon : teavm-samples-scala to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.8

All Versions

Choose a version of com.fermyon : teavm-samples-scala to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
teavm-samples-scala-0.2.8
teavm-samples-scala-0.2.7
teavm-samples-scala-0.2.6
teavm-samples-scala-0.2.5
teavm-samples-scala-0.2.4
teavm-samples-scala-0.2.3
teavm-samples-scala-0.2.2
teavm-samples-scala-0.2.1
teavm-samples-scala-0.2.0
0.1.x
teavm-samples-scala-0.1.0

How to add a dependency to Maven

Add the following com.fermyon : teavm-samples-scala maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fermyon</groupId>
    <artifactId>teavm-samples-scala</artifactId>
    <version>0.2.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fermyon : teavm-samples-scala gradle dependency to your build.gradle file:

implementation 'com.fermyon:teavm-samples-scala:0.2.8'

Gradle Kotlin DSL: Add the following com.fermyon : teavm-samples-scala gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fermyon:teavm-samples-scala:0.2.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fermyon : teavm-samples-scala sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fermyon" % "teavm-samples-scala" % "0.2.8"

Advertisement