You can download resteasy-cdi-2.3.6.final.jar in this page.
JBoss Open Source
resteasy-cdi-2.3.6.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/beans.xml META-INF/maven/org.jboss.resteasy/resteasy-cdi/pom.properties META-INF/maven/org.jboss.resteasy/resteasy-cdi/pom.xml META-INF/services/javax.enterprise.inject.spi.Extension META-INF/web-fragment.xml org.jboss.resteasy.cdi.CdiConstructorInjector.class org.jboss.resteasy.cdi.CdiInjectorFactory.class org.jboss.resteasy.cdi.CdiPropertyInjector.class org.jboss.resteasy.cdi.JaxrsAnnotatedType.class org.jboss.resteasy.cdi.JaxrsInjectionTarget.class org.jboss.resteasy.cdi.ResteasyCdiExtension.class org.jboss.resteasy.cdi.Utils.class
resteasy-cdi-2.3.6.final.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs-all</artifactId> <version>2.3.6.Final</version> </parent> <artifactId>resteasy-cdi</artifactId> <name>RESTEasy CDI integration module</name> <description/> <packaging>jar</packaging> <dependencies> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>jaxrs-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> <scope>provided</scope> <version>1.0-SP1</version> </dependency> <dependency> <groupId>org.jboss.spec.javax.ejb</groupId> <artifactId>jboss-ejb-api_3.1_spec</artifactId> <scope>provided</scope> <version>1.0.0.CR2</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-cdi</artifactId> <version>2.3.6.final</version> </dependency>
If you think the following resteasy-cdi-2.3.6.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download resteasy-cdi-2.3.6.final.jar file