MVN

com.autonomousapps : asm-relocated

Maven & Gradle

Nov 17, 2022
1.6k stars

asm, relocated · asm, relocated

<dependency>
    <groupId>com.autonomousapps</groupId>
    <artifactId>asm-relocated</artifactId>
    <version>9.4.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.autonomousapps : asm-relocated to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.4.0.1

All Versions

Choose a version of com.autonomousapps : asm-relocated to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.4.x
asm-relocated-9.4.0.1
9.2.x
asm-relocated-9.2.0.2
asm-relocated-9.2.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.autonomousapps</groupId>
    <artifactId>asm-relocated</artifactId>
    <version>9.4.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.autonomousapps : asm-relocated gradle dependency to your build.gradle file:

implementation 'com.autonomousapps:asm-relocated:9.4.0.1'

Gradle Kotlin DSL: Add the following com.autonomousapps : asm-relocated gradle kotlin dependency to your build.gradle.kts file:

implementation("com.autonomousapps:asm-relocated:9.4.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.autonomousapps : asm-relocated sbt scala dependency to your build.sbt file:

libraryDependencies += "com.autonomousapps" % "asm-relocated" % "9.4.0.1"

Advertisement