Download cdi-api-1.0-SP4.jar file - Jar c

Jar examples for c:cdi-api

Description

APIs for JSR-299: Contexts and Dependency Injection for Java EE

You can download jar file cdi-api 1.0-SP4 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add cdi-api-1.0-SP4.jar to your project.

<dependency>
   <groupId>javax.enterprise</groupId>
   <artifactId>cdi-api</artifactId>
   <version>1.0-SP4</version>
</dependency>
compile group: 'javax.enterprise', name: 'cdi-api', version: '1.0-SP4'
libraryDependencies += "javax.enterprise" % "cdi-api" % "1.0-SP4"
<dependency org="javax.enterprise" name="cdi-api" rev="1.0-SP4"/>
@Grapes(@Grab(group='javax.enterprise', module='cdi-api', version='1.0-SP4'))
'javax.enterprise:cdi-api:jar:1.0-SP4'

Download

Click the following link to download the jar file.

cdi-api-1.0-SP4-javadoc.jar
cdi-api-1.0-SP4-sources.jar
cdi-api-1.0-SP4.jar
cdi-api-1.0-SP4.pom



Related Tutorials