Maven Repository - POM file for File javassist 3.4.GA 3.4.GA

Summary

Javassist.

Simple Java bytecode manipulation.

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>javassist</groupId>
   <artifactId>javassist</artifactId>
   <version>3.4.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:lgpl
URL: http://repository.jboss.com/licenses/lgpl.txt.

Depended by

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

CategoryArtifactDepended By Count
JPA Hibernatehibernate-entitymanager 3.3.2.GA
Hibernate Entitity Manager
12
Cacheehcache-core 2.4.5
This is the ehcache core module. Pair it with other modules for added functionality.
6
Cacheehcache-core 2.0.1
This is the ehcache core module. Pair it with other modules for added functionality.
10
JPA Hibernatehibernate-core 3.3.1.GA
The core functionality of Hibernate
31
Logslf4j-ext 1.6.1
Extensions to the SLF4J API
5
Cacheehcache-core 2.5.2
This is the ehcache core module. Pair it with other modules for added functionality.
18
Logslf4j-ext 1.7.5
Extensions to the SLF4J API
13
Cacheehcache-core 2.3.1
This is the ehcache core module. Pair it with other modules for added functionality.
20
Cacheehcache-core 2.5.7
This is the ehcache core module. Pair it with other modules for added functionality.
5
Cacheehcache-core 2.4.0
This is the ehcache core module. Pair it with other modules for added functionality.
6
Cacheehcache-core 2.6.5
This is the ehcache core module. Pair it with other modules for added functionality.
6
Cacheehcache-core 2.4.8
This is the ehcache core module. Pair it with other modules for added functionality.
7
Cacheehcache-core 2.1.0
This is the ehcache core module. Pair it with other modules for added functionality.
27
Cacheehcache-core 2.6.8
This is the ehcache core module. Pair it with other modules for added functionality.
13
Cacheehcache-core 2.5.0
This is the ehcache core module. Pair it with other modules for added functionality.
5
Cacheehcache-core 2.6.2
This is the ehcache core module. Pair it with other modules for added functionality.
28
Cacheehcache-core 2.2.0
This is the ehcache core module. Pair it with other modules for added functionality.
7
JPA Hibernatehibernate-entitymanager 3.4.0.GA
Hibernate Entitity Manager
38
Cacheehcache-core 2.5.1
This is the ehcache core module. Pair it with other modules for added functionality.
10
Cacheehcache-core 2.6.0
This is the ehcache core module. Pair it with other modules for added functionality.
6
Cacheehcache-core 2.4.1
This is the ehcache core module. Pair it with other modules for added functionality.
5
Logslf4j-ext 1.7.7
Extensions to the SLF4J API
19
Cacheehcache-core 2.5.6
This is the ehcache core module. Pair it with other modules for added functionality.
5
Cacheehcache-core 2.0.0
This is the ehcache core module. Pair it with other modules for added functionality.
18
Cacheehcache-core 2.6.6
This is the ehcache core module. Pair it with other modules for added functionality.
7
Cacheehcache-core 2.3.3
This is the ehcache core module. Pair it with other modules for added functionality.
6
Cacheehcache-core 2.4.3
This is the ehcache core module. Pair it with other modules for added functionality.
17




Packages

The following packages are defined in the javassist-3.4.GA.jar

javassist
javassist.bytecode
javassist.bytecode.annotation
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" encoding="ISO-8859-1"?>

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>javassist</groupId>
  <artifactId>javassist</artifactId>
  <name>Javassist</name>
  <version>3.4.GA</version>
  <url>http://www.jboss.org/products/javassist</url>
  <description>Simple Java bytecode manipulation</description>
  <licenses>
   <license>
     <name>lgpl</name>
     <url>http://repository.jboss.com/licenses/lgpl.txt</url>
   </license>
  </licenses>      
</project>