MVN

org.kohsuke : asm2

Maven & Gradle

Mar 02, 2012
2 stars

asm2 · ObjectWeb ASM package-renamed to isolate incompatibilities between major versions

<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>asm2</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kohsuke : asm2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3

All Versions

Choose a version of org.kohsuke : asm2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
asm2-2.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>asm2</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kohsuke : asm2 gradle dependency to your build.gradle file:

implementation 'org.kohsuke:asm2:2.2.3'

Gradle Kotlin DSL: Add the following org.kohsuke : asm2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kohsuke:asm2:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kohsuke : asm2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kohsuke" % "asm2" % "2.2.3"

Advertisement

Dependencies from Group

Aug 21, 2023
102 usages
1k stars
Apr 12, 2018
53 usages
Aug 04, 2018
19 usages
Mar 18, 2021
12 usages
130 stars
Jul 20, 2015
9 usages

Discover Dependencies

Apr 20, 2009
8 usages
Mar 09, 2014
566 stars
Sep 13, 2011
4 usages
Aug 24, 2010
4 usages
Jul 28, 2011
1 usages
May 18, 2012
7 usages
3 stars
Mar 25, 2014
0 stars
Jan 23, 2015
8 usages
0 stars