You can download resteasy-undertow-3.0.10.final.jar in this page.
JBoss Open Source
resteasy-undertow-3.0.10.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.jboss.resteasy/resteasy-undertow/pom.properties META-INF/maven/org.jboss.resteasy/resteasy-undertow/pom.xml org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer.class
resteasy-undertow-3.0.10.final.pom file content.
<?xml version="1.0"?> <project> <parent> <artifactId>resteasy-jaxrs-all</artifactId> <groupId>org.jboss.resteasy</groupId> <version>3.0.10.Final</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>resteasy-undertow</artifactId> <name>RESTEasy Undertow Integration</name> <description/> <dependencies> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-client</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>async-http-servlet-3.0</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-servlet</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>io.undertow</groupId> <artifactId>undertow-core</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-undertow</artifactId> <version>3.0.10.final</version> </dependency>
If you think the following resteasy-undertow-3.0.10.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download resteasy-undertow-3.0.10.final.jar file