How To Install Java Artifact javassist.javassist v3.1RC1

javassist javassist 3.1RC1

Introduction

In this article, we'll learn how to install Java artifact javassist from javassist group in version 3.1RC1. The artifact is available in 20 versions: 3.12.1.GA 3.12.0.SP1 3.12.0.GA 3.11.0.GA 3.10.0.GA 3.9.0.GA 3.8.1.GA 3.8.0.GA-brew 3.8.0.GA 3.7.1.GA 3.6.0.GA 3.5.0.GA 3.4.GA 3.3.GA 3.3 3.1RC1 3.1 3.0-rc-1 3.0 2.5.1 . The Javassist project has been released under lgpl license, and has its own website at: http://www.jboss.org/products/javassist .

How To Install Java Artifact javassist.javassist In Version 3.1RC1

To install the Javassist artifact in version 3.1RC1 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Javassist dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Licenses