Download vraptor-freemarker-4.0.0.jar file

Introduction

You can download vraptor-freemarker-4.0.0.jar in this page.

License

Open Source

Type List

vraptor-freemarker-4.0.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/beans.xml
META-INF/br.com.caelum.vraptor.packages
META-INF/maven/br.com.caelum.vraptor/vraptor-freemarker/pom.properties
META-INF/maven/br.com.caelum.vraptor/vraptor-freemarker/pom.xml
br.com.caelum.vraptor.freemarker.DefaultTemplate.class
br.com.caelum.vraptor.freemarker.Freemarker.class
br.com.caelum.vraptor.freemarker.FreemarkerConfiguration.class
br.com.caelum.vraptor.freemarker.FreemarkerEngine.class
br.com.caelum.vraptor.freemarker.FreemarkerView.class
br.com.caelum.vraptor.freemarker.MockFreemarker.class
br.com.caelum.vraptor.freemarker.MockTemplate.class
br.com.caelum.vraptor.freemarker.Template.class

Pom

vraptor-freemarker-4.0.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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<groupId>br.com.caelum.vraptor</groupId>
	<artifactId>vraptor-freemarker</artifactId>
	<version>4.0.0-RC2</version>
	<packaging>jar</packaging>

	<name>vraptor-freemarker</name>
	<url>http://maven.apache.org</url>

	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>

	<parent>
		<groupId>org.sonatype.oss</groupId>
		<artifactId>oss-parent</artifactId>
		<version>3</version>
	</parent>

	<scm>
		<url>http://github.com/caelum/vraptor-freemarker</url>
		<connection>scm:git:git://github.com/caelum/vraptor-freemarker</connection>
		<developerConnection>scm:git:git@github.com:caelum/vraptor-freemarker.git</developerConnection>
	</scm>

	<dependencies>
		<dependency>
			<groupId>br.com.caelum</groupId>
			<artifactId>vraptor</artifactId>
			<version>4.0.0-RC2</version>
		</dependency>
		
		<dependency>
			<groupId>javax.enterprise</groupId>
			<artifactId>cdi-api</artifactId>
			<version>1.1</version>
			<scope>compile</scope>
			<exclusions>
				<exclusion>
					<artifactId>
						jboss-interceptors-api_1.1_spec
					</artifactId>
					<groupId>org.jboss.spec.javax.interceptor</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		
		<dependency>
			<groupId>javax.inject</groupId>
			<artifactId>javax.inject</artifactId>
			<version>1</version>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>org.freemarker</groupId>
			<artifactId>freemarker</artifactId>
			<version>2.3.16</version>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.8.2</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<version>1.8.5</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>org.mortbay.jetty</groupId>
			<artifactId>servlet-api</artifactId>
			<version>3.0.20100224</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<source>1.6</source>
					<target>1.6</target>
					<encoding>UTF-8</encoding>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>br.com.caelum.vraptor</groupId>
   <artifactId>vraptor-freemarker</artifactId>
   <version>4.0.0</version>
</dependency>

Download

If you think the following vraptor-freemarker-4.0.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vraptor-freemarker-4.0.0.jar file




PreviousNext

Related