Maven Repository - POM file for File javassist 3.7.ga 3.7.ga

Summary

Javassist.

Javassist (Java programming assistant) is a load-time reflective system for Java..

Declaration

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

<dependency>
   <groupId>jboss</groupId>
   <artifactId>javassist</artifactId>
   <version>3.7.ga</version>
</dependency>

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

License

Name:MPL 1.1
URL: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/jboss/javassist/License.html?rev=HEAD&content-type=text/html.





Packages

The following packages are defined in the javassist-3.7.ga.jar

javassist
javassist.bytecode
javassist.bytecode.annotation
javassist.bytecode.stackmap
javassist.compiler
javassist.compiler.ast
javassist.convert
javassist.expr
javassist.runtime
javassist.scopedpool
javassist.tools
javassist.tools.reflect
javassist.tools.rmi
javassist.tools.web
javassist.util
javassist.util.proxy




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?>

<project
  xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jboss</groupId>
  <artifactId>javassist</artifactId>
  <packaging>jar</packaging>
  <version>3.7.ga</version>

  <name>Javassist</name>
  <url>http://labs.jboss.com/javassist/</url>
  <description>Javassist (Java programming assistant) is a load-time reflective system for Java.</description>

  <licenses>
    <license>
      <name>MPL 1.1</name>
      <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/jboss/javassist/License.html?rev=HEAD&amp;content-type=text/html</url>
      <comments>Dual-license; LGPL if downloaded as part of JBoss, MPL if downloaded separately.</comments>
    </license>
  </licenses>

  <organization>
    <name>Shigeru Chiba / JBoss</name>
    <url>http://labs.jboss.com/javassist/</url>
  </organization>

</project>