MVN

com.fermyon : teavm-tooling

Maven & Gradle

Feb 21, 2023
2.2k stars

TeaVM tooling core · TeaVM API that helps to create tooling

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

Latest Version

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

  • Latest Stable: 0.2.8

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.fermyon:teavm-tooling:0.2.8'

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

implementation("com.fermyon:teavm-tooling:0.2.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.fermyon" % "teavm-tooling" % "0.2.8"

Advertisement