java-jboss-javassist 3.21.0
Java bytecode engineering toolkit
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it.
- Website: https://github.com/jboss-javassist/javassist
- Licenses: CDDL 1.0 · GPL 2
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-jboss-javassist 3.21.0
as follows:
guix install java-jboss-javassist@3.21.0
Or install the latest version:
guix install java-jboss-javassist
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.