MVN

com.github.patwakeem : asm

Maven & Gradle

May 10, 2018
0 stars

com.github.patwakeem.asm · Library for interacting with the Apica ASM API.

<dependency>
    <groupId>com.github.patwakeem</groupId>
    <artifactId>asm</artifactId>
    <version>2018.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2018.4.8

All Versions

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

Version Vulnerabilities Updated
2018.4.x
asm-2018.4.8
2017.10.x
asm-2017.10.14

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.patwakeem</groupId>
    <artifactId>asm</artifactId>
    <version>2018.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.patwakeem : asm gradle dependency to your build.gradle file:

implementation 'com.github.patwakeem:asm:2018.4.8'

Gradle Kotlin DSL: Add the following com.github.patwakeem : asm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.patwakeem:asm:2018.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.patwakeem : asm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.patwakeem" % "asm" % "2018.4.8"