You can download vraptor-java8-4.0.0.final.jar in this page.
Apache License, Version 2.0
vraptor-java8-4.0.0.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/beans.xml META-INF/maven/br.com.caelum.vraptor/vraptor-java8/pom.properties META-INF/maven/br.com.caelum.vraptor/vraptor-java8/pom.xml br.com.caelum.vraptor.converter.LocalDateConverter.class br.com.caelum.vraptor.converter.LocalDateTimeConverter.class br.com.caelum.vraptor.converter.LocalTimeConverter.class br.com.caelum.vraptor.http.JavaParameterNameProvider.class
vraptor-java8-4.0.0.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>br.com.caelum.vraptor</groupId> <artifactId>vraptor-java8</artifactId> <version>4.0.0.Final</version> <name>VRaptor4 - Java 8 plugin</name> <packaging>jar</packaging> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <licenses> <license> <distribution>repo</distribution> <name>Apache License, Version 2.0</name> <url>http://apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <scm> <url>http://github.com/caelum/vraptor-java8</url> <connection>scm:git:git://github.com/caelum/vraptor-java8</connection> <developerConnection>scm:git:git@github.com:caelum/vraptor-java8.git</developerConnection> <tag>HEAD</tag> </scm> <dependencies> <dependency> <groupId>br.com.caelum</groupId> <artifactId>vraptor</artifactId> <version>4.1.0-RC3</version> </dependency> <dependency> <groupId>javax.enterprise</groupId> <artifactId>cdi-api</artifactId> <version>1.1</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>jboss-interceptors-api_1.1_spec</artifactId> <groupId>org.jboss.spec.javax.interceptor</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.9.5</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> <exclusions> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-core</artifactId> </exclusion> <exclusion> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> </exclusion> </exclusions> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <fork>true</fork> <source>1.8</source> <target>1.8</target> <compilerArgument>-parameters</compilerArgument> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> </plugin> </plugins> </build> </project>
<dependency> <groupId>br.com.caelum.vraptor</groupId> <artifactId>vraptor-java8</artifactId> <version>4.0.0.final</version> </dependency>
If you think the following vraptor-java8-4.0.0.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download vraptor-java8-4.0.0.final.jar file