Download vraptor-plugin-hibernate4-1.0.2.jar file

Introduction

You can download vraptor-plugin-hibernate4-1.0.2.jar in this page.

License

Open Source

Type List

vraptor-plugin-hibernate4-1.0.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/br.com.caelum.vraptor.packages
META-INF/maven/br.com.caelum.vraptor/vraptor-plugin-hibernate4/pom.properties
META-INF/maven/br.com.caelum.vraptor/vraptor-plugin-hibernate4/pom.xml
br.com.caelum.vraptor.plugin.hibernate4.ConfigurationCreator.class
br.com.caelum.vraptor.plugin.hibernate4.HibernateTransactionInterceptor.class
br.com.caelum.vraptor.plugin.hibernate4.ServiceRegistryCreator.class
br.com.caelum.vraptor.plugin.hibernate4.SessionCreator.class
br.com.caelum.vraptor.plugin.hibernate4.SessionFactoryCreator.class
br.com.caelum.vraptor.plugin.hibernate4.extra.Load.class
br.com.caelum.vraptor.plugin.hibernate4.extra.ParameterLoaderInterceptor.class

Pom

vraptor-plugin-hibernate4-1.0.2.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-plugin-hibernate4</artifactId>
	<version>1.0.2</version>
	<packaging>jar</packaging>

	<name>vraptor-plugin-hibernate4</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>7</version>
	</parent>

	<scm>
		<url>http://github.com/garcia-jj/vraptor-plugin-hibernate4</url>
		<connection>scm:git:git://github.com/garcia-jj/vraptor-plugin-hibernate4</connection>
		<developerConnection>scm:git:git@github.com:garcia-jj/vraptor-plugin-hibernate4.git</developerConnection>
	</scm>

	<dependencies>
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-entitymanager</artifactId>
			<version>4.1.4.Final</version>
		</dependency>

		<dependency>
			<groupId>br.com.caelum</groupId>
			<artifactId>vraptor</artifactId>
			<version>3.5.0</version>
		</dependency>

		<!-- optional -->
		<dependency>
			<groupId>br.com.caelum.vraptor</groupId>
			<artifactId>vraptor-environment</artifactId>
			<version>1.1.2</version>
			<optional>true</optional>
		</dependency>

		<!-- test libs -->
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.10</version>
			<scope>test</scope>
			<exclusions>
				<exclusion>
					<artifactId>hamcrest-core</artifactId>
					<groupId>org.hamcrest</groupId>
				</exclusion>
				<exclusion>
					<artifactId>hamcrest-library</artifactId>
					<groupId>org.hamcrest</groupId>
				</exclusion>
			</exclusions>
		</dependency>

		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-core</artifactId>
			<version>1.8.5</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-core</artifactId>
			<version>1.2</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.hamcrest</groupId>
			<artifactId>hamcrest-library</artifactId>
			<version>1.2</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.mortbay.jetty</groupId>
			<artifactId>servlet-api</artifactId>
			<version>3.0.20100224</version>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>hsqldb</groupId>
			<artifactId>hsqldb</artifactId>
			<version>1.8.0.10</version>
			<scope>test</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.5</source>
					<target>1.5</target>
					<encoding>UTF-8</encoding>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>

POM Entry

<dependency>
   <groupId>br.com.caelum.vraptor</groupId>
   <artifactId>vraptor-plugin-hibernate4</artifactId>
   <version>1.0.2</version>
</dependency>

Download

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



Download vraptor-plugin-hibernate4-1.0.2.jar file




PreviousNext

Related