You can download vraptor-hibernate-4.0.0.jar in this page.
Apache License, Version 2.0
vraptor-hibernate-4.0.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/beans.xml META-INF/maven/br.com.caelum.vraptor/vraptor-hibernate/pom.properties META-INF/maven/br.com.caelum.vraptor/vraptor-hibernate/pom.xml br.com.caelum.vraptor.hibernate.ConfigurationCreator.class br.com.caelum.vraptor.hibernate.HibernateTransactionInterceptor.class br.com.caelum.vraptor.hibernate.ServiceRegistryCreator.class br.com.caelum.vraptor.hibernate.SessionCreator.class br.com.caelum.vraptor.hibernate.SessionFactoryCreator.class br.com.caelum.vraptor.hibernate.extra.Load.class br.com.caelum.vraptor.hibernate.extra.ParameterLoader.class
vraptor-hibernate-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-hibernate</artifactId> <version>4.0.0-RC2</version> <packaging>jar</packaging> <name>vraptor-hibernate</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <java.version>1.7</java.version> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> </properties> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <developers> <developer> <id>lucascs</id> <name>Lucas Cavalcanti</name> <email>lucasmrtuner@gmail.com</email> <organization>Caelum</organization> <organizationUrl>http://www.caelum.com.br</organizationUrl> <roles> <role>developer</role> </roles> <timezone>-3</timezone> </developer> <developer> <id>peas</id> <name>Paulo Silveira</name> <email>paulo.silveira@caelum.com.br</email> <organization>Caelum</organization> <organizationUrl>http://www.caelum.com.br</organizationUrl> <roles> <role>developer</role> </roles> <timezone>-3</timezone> </developer> <developer> <id>garcia-jj</id> <name>Ot?vio Garcia</name> <email>otavio@otavio.com.br</email> <roles> <role>developer</role> </roles> <timezone>-3</timezone> </developer> </developers> <organization> <name>Caelum</name> <url>http://www.caelum.com.br</url> </organization> <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-hibernate</url> <connection>scm:git:git://github.com/caelum/vraptor-hibernate</connection> <developerConnection>scm:git:git@github.com:caelum/vraptor-hibernate.git</developerConnection> </scm> <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.3.0.Final</version> </dependency> <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> </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>3.1</version> <configuration> <source>1.7</source> <target>1.7</target> <encoding>UTF-8</encoding> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>br.com.caelum.vraptor</groupId> <artifactId>vraptor-hibernate</artifactId> <version>4.0.0</version> </dependency>
If you think the following vraptor-hibernate-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-hibernate-4.0.0.jar file