MVN

com.jolira : asm

Maven & Gradle

Jun 28, 2010

asm · Redistribution of version 3.3 of the ASM Java bytecode manipulation framework (http://forge.ow2.org/projects/asm/), complete with source code and javadoc.

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>asm</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.0

All Versions

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

Version Vulnerabilities Updated
3.3.x
asm-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.jolira</groupId>
    <artifactId>asm</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.jolira:asm:3.3.0'

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

implementation("com.jolira:asm:3.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.jolira" % "asm" % "3.3.0"

Advertisement

Dependencies from Group

Apr 02, 2011
6 usages
Mar 31, 2010
5 usages
Apr 02, 2011
4 usages
Dec 18, 2011
3 usages
3 stars
Apr 04, 2012
3 usages
0 stars

Discover Dependencies

app
Nov 12, 2010
1 usages
Sep 07, 2011
3 usages
25 stars
Sep 01, 2012
75 stars
Jul 01, 2014
3 usages
Jan 23, 2014
1 usages
Feb 05, 2013
381 stars