You can download tapestry-resteasy-0.4.0.jar in this page.
Open Source
tapestry-resteasy-0.4.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.tynamo/tapestry-resteasy/pom.properties META-INF/maven/org.tynamo/tapestry-resteasy/pom.xml org.tynamo.resteasy.Application.class org.tynamo.resteasy.JSAPIRequestFilter.class org.tynamo.resteasy.ResteasyModule.class org.tynamo.resteasy.ResteasyPackageManager.class org.tynamo.resteasy.ResteasyRequestFilter.class org.tynamo.resteasy.ResteasySymbols.class org.tynamo.resteasy.TapestryResteasyBootstrap.class
tapestry-resteasy-0.4.0.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> <artifactId>tapestry-resteasy</artifactId> <name>Tapestry RESTEasy</name> <packaging>jar</packaging> <version>0.4.0</version> <description>RESTEasy Tapestry5 Integration</description> <parent> <groupId>org.tynamo</groupId> <artifactId>tynamo-parent</artifactId> <version>0.1.0</version> </parent> <scm> <connection>scm:git:git@github.com:tynamo/tapestry-resteasy.git</connection> <developerConnection>scm:git:git@github.com:tynamo/tapestry-resteasy.git</developerConnection> <url>https://github.com/tynamo/tapestry-resteasy</url> <tag>tapestry-resteasy-0.4.0</tag> </scm> <distributionManagement> <site> <id>tynamo-site</id> <!-- Note the url. Only static files deployed in /constant/ can be decorated by Unity --> <url>dav:https://dav.codehaus.org/tynamo/constant/sites/tapestry-resteasy</url> </site> </distributionManagement> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries> <Tapestry-Module-Classes>org.tynamo.resteasy.ResteasyModule</Tapestry-Module-Classes> </manifestEntries> </archive> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <version>1.8</version> <executions> <execution> <id>reserve-network-port</id> <goals> <goal>reserve-network-port</goal> </goals> <phase>process-resources</phase> <configuration> <portNames> <portName>reserved.network.port</portName> </portNames> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties> <property> <name>reserved.network.port</name> <value>${reserved.network.port}</value> </property> </systemProperties> </configuration> </plugin> <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <version>7.6.5.v20120716</version> <configuration> <useTestClasspath>true</useTestClasspath> <webAppConfig> <contextPath>/</contextPath> <resourceBases> <resourceBase>${basedir}/src/test/webapp</resourceBase> </resourceBases> </webAppConfig> <systemProperties> <systemProperty> <name>tapestry.execution-mode</name> <value>development</value> </systemProperty> <systemProperty> <name>tapestry.production-mode</name> <value>false</value> </systemProperty> </systemProperties> </configuration> </plugin> </plugins> </build> <properties> <tapestry-release-version>5.4-beta-3</tapestry-release-version> <resteasy-version>3.0.7.Final</resteasy-version> </properties> <dependencies> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-core</artifactId> <version>${tapestry-release-version}</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>${resteasy-version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxb-provider</artifactId> <version>${resteasy-version}</version> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jsapi</artifactId> <version>${resteasy-version}</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.tynamo</groupId> <artifactId>tynamo-test</artifactId> <version>0.0.1</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <!-- conflicts with tapestry-test dependencies--> </exclusion> <exclusion> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <!-- conflicts with tapestry-test dependencies--> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> <artifactId>tapestry-test</artifactId> <version>${tapestry-release-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.2</version> <scope>test</scope> </dependency> <dependency> <groupId>com.wordnik</groupId> <artifactId>swagger-jaxrs_2.10</artifactId> <version>1.3.0</version> <optional>true</optional> </dependency> </dependencies> <profiles> <profile> <id>repositories</id> <repositories> <repository> <id>repository.jboss.org</id> <url>https://repository.jboss.org/nexus/content/repositories/releases</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>staging@repository.apache.org</id> <url>https://repository.apache.org/content/repositories/staging</url> <releases> <enabled>true</enabled> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> </repositories> </profile> </profiles> </project>
<dependency> <groupId>org.tynamo</groupId> <artifactId>tapestry-resteasy</artifactId> <version>0.4.0</version> </dependency>
If you think the following tapestry-resteasy-0.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tapestry-resteasy-0.4.0.jar file