org.javassist:javassist (3.24.0-GA)

Published 2026-02-24 13:44:49 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.javassist</groupId>
	<artifactId>javassist</artifactId>
	<version>3.24.0-GA</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.javassist:javassist:3.24.0-GA

About this package

Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.

Dependencies

junit:junit
4.12
org.hamcrest:hamcrest-all
1.3
Details
Maven
2026-02-24 13:44:49 +00:00
0
Javassist
MPL 1.1
LGPL 2.1
Apache License 2.0
770 KiB
Assets (2)
Versions (3) View all
3.28.0-GA 2026-02-24
3.29.2-GA 2026-02-24
3.24.0-GA 2026-02-24