Maven Repository - POM file for Byte Code asm 2.2.2 2.2.2

Summary

asm.

A very small and fast Java bytecode manipulation framework.

Declaration

Here is the list of declaration for asm. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>asm</groupId>
   <artifactId>asm</artifactId>
   <version>2.2.2</version>
</dependency>

If you think this Maven repository POM file listing for asm is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:BSD
URL: http://asm.objectweb.org/license.html.

Depended by

The following table lists the most popular artifacts which are depending on asm-2.2.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring-core 2.0
Spring Framework: Core
5
Springspring 2.0
Spring Framework
11
Springspring-core 2.0.1
Spring Framework: Core
5




Packages

The following packages are defined in the asm-2.2.2.jar

org.objectweb.asm
org.objectweb.asm.signature

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?><project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>asm</groupId>
  <artifactId>asm</artifactId>
  <name>asm</name>
  <description>A very small and fast Java bytecode manipulation framework</description>
  <version>2.2.2</version>
  <url>http://asm.objectweb.org/</url>
  <inceptionYear>2000</inceptionYear>
  <licenses>
    <license>
      <name>BSD</name>
      <url>http://asm.objectweb.org/license.html</url>
    </license>
  </licenses>
  
  <organization>
    <name>ObjectWeb</name>
    <url>http://www.objectweb.org/</url>
  </organization>
  <build />
</project>