How To Install Java Artifact cglib.cglib v2.0beta2

cglib cglib 2.0beta2

Introduction

In this article, we'll learn how to install Java artifact cglib from cglib group in version 2.0beta2. The artifact is available in 28 versions: rc2-1.0 3.3.0 3.2.12 3.2.11 3.2.10 3.2.9 3.2.8 3.2.7 3.2.6 3.2.5 3.2.4 3.2.3 3.2.2 3.2.1 3.2.0 3.1 3.0 2.2_beta1 2.2.2 2.2 2.1_3 2.1_2 2.1 2.0beta2 2.0.2 2.0.1 2.0-rc2 1.0 The cglib project has its own website at: http://sourceforge.net/projects/cglib/.

How To Install Java Artifact cglib.cglib In Version 2.0beta2

To install the cglib artifact in version 2.0beta2 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 cglib 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.

Compile dependencies (5)

Developers