How To Install Java Artifact javax.enterprise.cdi-api v2.0.SP1

javax.enterprise cdi-api 2.0.SP1

Introduction

In this article, we'll learn how to install Java artifact cdi-api from javax.enterprise group in version 2.0.SP1. The artifact is available in 38 versions: 2.0.SP1 2.0.Beta1 2.0.Alpha6 2.0.Alpha5 2.0.Alpha4a 2.0.Alpha4 2.0.Alpha3 2.0.Alpha2 2.0.Alpha1 2.0-PFD2 2.0-PFD 2.0-EDR2 2.0-EDR1 2.0 1.2 1.1.EDR1.2 1.1.EDR1.1 1.1.EDR1 1.1-PRD 1.1-PFD 1.1-20130918 1.1-20130403 1.1-20130305 1.1-20130222 1.1-20130121 1.1-20121030 1.1-20120918 1.1-20120910 1.1 1.0-SP4 1.0-SP3 1.0-SP2 1.0-SP1 1.0-CR4 1.0-CR3 1.0-CR2 1.0-CR1 1.0 . The CDI APIs project has been released under Apache License 2.0 license, and has its own website at: http://cdi-spec.org . The parent project is: org.jboss.weld::weld-parent::36

How To Install Java Artifact javax.enterprise.cdi-api In Version 2.0.SP1

To install the CDI APIs artifact in version 2.0.SP1 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 CDI APIs 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.

Managed dependencies (4)

Compile dependencies (3)

Test dependencies (1)

Licenses

Developers