MVN

org.teavm : teavm-samples-hello

Maven & Gradle

Dec 31, 2015
2.2k stars

TeaVM Hello world web application · A sample application that shows how TeaVM can communicate with the server

<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-samples-hello</artifactId>
    <version>0.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teavm : teavm-samples-hello to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.3

All Versions

Choose a version of org.teavm : teavm-samples-hello to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
teavm-samples-hello-0.4.3
teavm-samples-hello-0.4.2
teavm-samples-hello-0.4.1
teavm-samples-hello-0.4.0
0.3.x
teavm-samples-hello-0.3.2
teavm-samples-hello-0.3.1
teavm-samples-hello-0.3.0
0.2.x
teavm-samples-hello-0.2.1
teavm-samples-hello-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-samples-hello</artifactId>
    <version>0.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.teavm : teavm-samples-hello gradle dependency to your build.gradle file:

implementation 'org.teavm:teavm-samples-hello:0.4.3'

Gradle Kotlin DSL: Add the following org.teavm : teavm-samples-hello gradle kotlin dependency to your build.gradle.kts file:

implementation("org.teavm:teavm-samples-hello:0.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.teavm" % "teavm-samples-hello" % "0.4.3"

Advertisement