MVN

net.auoeke.ke : asm-tree

Maven & Gradle

Dec 13, 2022
0 stars

asm-tree · Kotlin extensions

<dependency>
    <groupId>net.auoeke.ke</groupId>
    <artifactId>asm-tree</artifactId>
    <version>0.37.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.auoeke.ke : asm-tree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.37.2

All Versions

Choose a version of net.auoeke.ke : asm-tree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.37.x
asm-tree-0.37.2
asm-tree-0.37.1

How to add a dependency to Maven

Add the following net.auoeke.ke : asm-tree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.auoeke.ke</groupId>
    <artifactId>asm-tree</artifactId>
    <version>0.37.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.auoeke.ke : asm-tree gradle dependency to your build.gradle file:

implementation 'net.auoeke.ke:asm-tree:0.37.2'

Gradle Kotlin DSL: Add the following net.auoeke.ke : asm-tree gradle kotlin dependency to your build.gradle.kts file:

implementation("net.auoeke.ke:asm-tree:0.37.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.auoeke.ke : asm-tree sbt scala dependency to your build.sbt file:

libraryDependencies += "net.auoeke.ke" % "asm-tree" % "0.37.2"

Advertisement