MVN

asm : asm-pom

Maven & Gradle

Nov 06, 2006

asm-xml

<dependency>
    <groupId>asm</groupId>
    <artifactId>asm-pom</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of asm : asm-pom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of asm : asm-pom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
asm-pom-1.5.1

How to add a dependency to Maven

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

<dependency>
    <groupId>asm</groupId>
    <artifactId>asm-pom</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'asm:asm-pom:1.5.1'

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

implementation("asm:asm-pom:1.5.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "asm" % "asm-pom" % "1.5.1"

Advertisement

Dependencies from Group

asm
Jan 12, 2011
904 usages
Jan 12, 2011
171 usages
Jan 12, 2011
168 usages
Jan 12, 2011
113 usages
Jan 12, 2011
61 usages

Discover Dependencies