Javassist.
Simple Java bytecode manipulation.
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.
Name:lgpl
URL: http://repository.jboss.com/licenses/lgpl.txt.
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.
Category | Artifact | Depended By Count |
---|---|---|
JPA Hibernate | hibernate-entitymanager 3.3.2.GA Hibernate Entitity Manager | 12 |
Cache | ehcache-core 2.4.5 This is the ehcache core module. Pair it with other modules for added functionality. | 6 |
Cache | ehcache-core 2.0.1 This is the ehcache core module. Pair it with other modules for added functionality. | 10 |
JPA Hibernate | hibernate-core 3.3.1.GA The core functionality of Hibernate | 31 |
Log | slf4j-ext 1.6.1 Extensions to the SLF4J API | 5 |
Cache | ehcache-core 2.5.2 This is the ehcache core module. Pair it with other modules for added functionality. | 18 |
Log | slf4j-ext 1.7.5 Extensions to the SLF4J API | 13 |
Cache | ehcache-core 2.3.1 This is the ehcache core module. Pair it with other modules for added functionality. | 20 |
Cache | ehcache-core 2.5.7 This is the ehcache core module. Pair it with other modules for added functionality. | 5 |
Cache | ehcache-core 2.4.0 This is the ehcache core module. Pair it with other modules for added functionality. | 6 |
Cache | ehcache-core 2.6.5 This is the ehcache core module. Pair it with other modules for added functionality. | 6 |
Cache | ehcache-core 2.4.8 This is the ehcache core module. Pair it with other modules for added functionality. | 7 |
Cache | ehcache-core 2.1.0 This is the ehcache core module. Pair it with other modules for added functionality. | 27 |
Cache | ehcache-core 2.6.8 This is the ehcache core module. Pair it with other modules for added functionality. | 13 |
Cache | ehcache-core 2.5.0 This is the ehcache core module. Pair it with other modules for added functionality. | 5 |
Cache | ehcache-core 2.6.2 This is the ehcache core module. Pair it with other modules for added functionality. | 28 |
Cache | ehcache-core 2.2.0 This is the ehcache core module. Pair it with other modules for added functionality. | 7 |
JPA Hibernate | hibernate-entitymanager 3.4.0.GA Hibernate Entitity Manager | 38 |
Cache | ehcache-core 2.5.1 This is the ehcache core module. Pair it with other modules for added functionality. | 10 |
Cache | ehcache-core 2.6.0 This is the ehcache core module. Pair it with other modules for added functionality. | 6 |
Cache | ehcache-core 2.4.1 This is the ehcache core module. Pair it with other modules for added functionality. | 5 |
Log | slf4j-ext 1.7.7 Extensions to the SLF4J API | 19 |
Cache | ehcache-core 2.5.6 This is the ehcache core module. Pair it with other modules for added functionality. | 5 |
Cache | ehcache-core 2.0.0 This is the ehcache core module. Pair it with other modules for added functionality. | 18 |
Cache | ehcache-core 2.6.6 This is the ehcache core module. Pair it with other modules for added functionality. | 7 |
Cache | ehcache-core 2.3.3 This is the ehcache core module. Pair it with other modules for added functionality. | 6 |
Cache | ehcache-core 2.4.3 This is the ehcache core module. Pair it with other modules for added functionality. | 17 |
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
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>