Download spring-data-rest-webmvc-1.0.0.release.jar file

Introduction

You can download spring-data-rest-webmvc-1.0.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-data-rest-webmvc-1.0.0.release.jar file has the following types.

META-INF/MANIFEST.MF
org.springframework.data.rest.webmvc.BaseUriMethodArgumentResolver.class
org.springframework.data.rest.webmvc.EntityResource.class
org.springframework.data.rest.webmvc.EntityToResourceConverter.class
org.springframework.data.rest.webmvc.MediaTypes.class
org.springframework.data.rest.webmvc.PagingAndSorting.class
org.springframework.data.rest.webmvc.PagingAndSortingMethodArgumentResolver.class
org.springframework.data.rest.webmvc.RepositoryAwareMappingHttpMessageConverter.class
org.springframework.data.rest.webmvc.RepositoryRestConfiguration.class
org.springframework.data.rest.webmvc.RepositoryRestController.class
org.springframework.data.rest.webmvc.RepositoryRestExporterServlet.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerAdapter.class
org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping.class
org.springframework.data.rest.webmvc.RepositoryRestMvcConfiguration.class
org.springframework.data.rest.webmvc.ResourceProcessorHandlerMethodReturnValueHandler.class
org.springframework.data.rest.webmvc.ResourceProcessorInvokingHandlerAdapter.class
org.springframework.data.rest.webmvc.ServerHttpRequestMethodArgumentResolver.class
org.springframework.data.rest.webmvc.UriListHttpMessageConverter.class
org.springframework.data.rest.webmvc.json.JacksonUtil.class
org.springframework.data.rest.webmvc.json.JsonSchemaController.class
org.springframework.data.rest.webmvc.json.RepositoryAwareJacksonModule.class

Pom

spring-data-rest-webmvc-1.0.0.release.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-rest-webmvc</artifactId>
  <version>1.0.0.RELEASE</version>
  <name>Spring Data REST</name>
  <description>Directly export Spring Data managed JPA Entities to the web.</description>
  <url>http://github.com/SpringSource/spring-data-rest</url>
  <organization>
    <name>SpringSource</name>
    <url>http://www.springsource.org/spring-data/rest</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jbrisbin</id>
      <name>Jon Brisbin</name>
      <email>jbrisbin@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-data-rest</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-data-rest</developerConnection>
    <url>http://github.com/SpringSource/spring-data-rest</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.0.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.validation</groupId>
      <artifactId>validation-api</artifactId>
      <version>1.0.0.GA</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-commons-core</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-entitymanager</artifactId>
      <version>4.1.6.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.9.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-tx</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-validator-annotation-processor</artifactId>
      <version>4.1.0.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.data</groupId>
      <artifactId>spring-data-rest-repository</artifactId>
      <version>1.0.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-orm</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hsqldb</groupId>
      <artifactId>hsqldb</artifactId>
      <version>2.2.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>1.6.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate.javax.persistence</groupId>
      <artifactId>hibernate-jpa-2.0-api</artifactId>
      <version>1.0.1.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-webmvc</artifactId>
      <version>3.1.2.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.data</groupId>
   <artifactId>spring-data-rest-webmvc</artifactId>
   <version>1.0.0.release</version>
</dependency>

Download

If you think the following spring-data-rest-webmvc-1.0.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download spring-data-rest-webmvc-1.0.0.release.jar file




PreviousNext

Related