MVN

org.teavm : teavm-relocated-libs-asm-tree

Maven & Gradle

Apr 02, 2023
2.5k stars

Relocated asm-tree artifact to avoid JAR hell · Relocated asm-tree artifact to avoid JAR hell

<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-relocated-libs-asm-tree</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.teavm : teavm-relocated-libs-asm-tree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of org.teavm : teavm-relocated-libs-asm-tree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
teavm-relocated-libs-asm-tree-0.8.1
teavm-relocated-libs-asm-tree-0.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-relocated-libs-asm-tree</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.teavm : teavm-relocated-libs-asm-tree gradle dependency to your build.gradle file:

implementation 'org.teavm:teavm-relocated-libs-asm-tree:0.8.1'

Gradle Kotlin DSL: Add the following org.teavm : teavm-relocated-libs-asm-tree gradle kotlin dependency to your build.gradle.kts file:

implementation("org.teavm:teavm-relocated-libs-asm-tree:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.teavm : teavm-relocated-libs-asm-tree sbt scala dependency to your build.sbt file:

libraryDependencies += "org.teavm" % "teavm-relocated-libs-asm-tree" % "0.8.1"

Advertisement

Dependencies from Group

Apr 02, 2023
23 usages
2.5k stars
Apr 02, 2023
20 usages
2.5k stars
Apr 02, 2023
20 usages
2.5k stars
Apr 02, 2023
17 usages
2.5k stars
Apr 02, 2023
11 usages
2.5k stars

Discover Dependencies