Download spring-android-rest-template-1.0.0.release.jar file

Introduction

You can download spring-android-rest-template-1.0.0.release.jar in this page.

License

The Apache Software License, Version 2.0

Type List

spring-android-rest-template-1.0.0.release.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/notice.txt
org.springframework.http.ContentCodingType.class
org.springframework.http.HttpAuthentication.class
org.springframework.http.HttpBasicAuthentication.class
org.springframework.http.HttpEntity.class
org.springframework.http.HttpHeaders.class
org.springframework.http.HttpInputMessage.class
org.springframework.http.HttpMessage.class
org.springframework.http.HttpMethod.class
org.springframework.http.HttpOutputMessage.class
org.springframework.http.HttpRequest.class
org.springframework.http.HttpStatus.class
org.springframework.http.MediaType.class
org.springframework.http.ResponseEntity.class
org.springframework.http.client.AbstractBufferingClientHttpRequest.class
org.springframework.http.client.AbstractClientHttpRequest.class
org.springframework.http.client.AbstractClientHttpRequestFactoryWrapper.class
org.springframework.http.client.AbstractClientHttpResponse.class
org.springframework.http.client.BufferingClientHttpRequestFactory.class
org.springframework.http.client.BufferingClientHttpRequestWrapper.class
org.springframework.http.client.BufferingClientHttpResponseWrapper.class
org.springframework.http.client.ClientHttpRequest.class
org.springframework.http.client.ClientHttpRequestExecution.class
org.springframework.http.client.ClientHttpRequestFactory.class
org.springframework.http.client.ClientHttpRequestInterceptor.class
org.springframework.http.client.ClientHttpResponse.class
org.springframework.http.client.CommonsClientHttpRequest.class
org.springframework.http.client.CommonsClientHttpRequestFactory.class
org.springframework.http.client.CommonsClientHttpResponse.class
org.springframework.http.client.HttpComponentsClientHttpRequest.class
org.springframework.http.client.HttpComponentsClientHttpRequestFactory.class
org.springframework.http.client.HttpComponentsClientHttpResponse.class
org.springframework.http.client.InterceptingClientHttpRequest.class
org.springframework.http.client.InterceptingClientHttpRequestFactory.class
org.springframework.http.client.SimpleBufferingClientHttpRequest.class
org.springframework.http.client.SimpleClientHttpRequestFactory.class
org.springframework.http.client.SimpleClientHttpResponse.class
org.springframework.http.client.SimpleStreamingClientHttpRequest.class
org.springframework.http.client.support.HttpAccessor.class
org.springframework.http.client.support.HttpRequestWrapper.class
org.springframework.http.client.support.InterceptingHttpAccessor.class
org.springframework.http.converter.AbstractHttpMessageConverter.class
org.springframework.http.converter.ByteArrayHttpMessageConverter.class
org.springframework.http.converter.FormHttpMessageConverter.class
org.springframework.http.converter.HttpMessageConversionException.class
org.springframework.http.converter.HttpMessageConverter.class
org.springframework.http.converter.HttpMessageNotReadableException.class
org.springframework.http.converter.HttpMessageNotWritableException.class
org.springframework.http.converter.ResourceHttpMessageConverter.class
org.springframework.http.converter.StringHttpMessageConverter.class
org.springframework.http.converter.feed.AbstractWireFeedHttpMessageConverter.class
org.springframework.http.converter.feed.AtomFeedHttpMessageConverter.class
org.springframework.http.converter.feed.RssChannelHttpMessageConverter.class
org.springframework.http.converter.feed.SyndFeedHttpMessageConverter.class
org.springframework.http.converter.json.GsonHttpMessageConverter.class
org.springframework.http.converter.json.MappingJacksonHttpMessageConverter.class
org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter.class
org.springframework.http.converter.xml.SimpleXmlHttpMessageConverter.class
org.springframework.http.converter.xml.SourceHttpMessageConverter.class
org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter.class
org.springframework.web.client.DefaultResponseErrorHandler.class
org.springframework.web.client.HttpClientErrorException.class
org.springframework.web.client.HttpMessageConverterExtractor.class
org.springframework.web.client.HttpServerErrorException.class
org.springframework.web.client.HttpStatusCodeException.class
org.springframework.web.client.RequestCallback.class
org.springframework.web.client.ResourceAccessException.class
org.springframework.web.client.ResponseErrorHandler.class
org.springframework.web.client.ResponseExtractor.class
org.springframework.web.client.RestClientException.class
org.springframework.web.client.RestOperations.class
org.springframework.web.client.RestTemplate.class
org.springframework.web.client.support.RestGatewaySupport.class
org.springframework.web.util.UriComponents.class
org.springframework.web.util.UriComponentsBuilder.class
org.springframework.web.util.UriTemplate.class
org.springframework.web.util.UriUtils.class

Pom

spring-android-rest-template-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.android</groupId>
  <artifactId>spring-android-rest-template</artifactId>
  <version>1.0.0.RELEASE</version>
  <name>Spring for Android Rest Template</name>
  <description>Spring for Android Rest Template</description>
  <url>https://github.com/SpringSource/spring-android</url>
  <organization>
    <name>SpringSource</name>
    <url>http://springsource.org/spring-android</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>royclarkson</id>
      <name>Roy Clarkson</name>
      <email>rclarkson@vmware.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/SpringSource/spring-android</connection>
    <developerConnection>scm:git:git://github.com/SpringSource/spring-android</developerConnection>
    <url>https://github.com/SpringSource/spring-android</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.android</groupId>
      <artifactId>spring-android-core</artifactId>
      <version>1.0.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.9.7</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.google.code.android-rome-feed-reader</groupId>
      <artifactId>android-rome-feed-reader</artifactId>
      <version>1.0.0-r2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>commons-httpclient</groupId>
      <artifactId>commons-httpclient</artifactId>
      <version>3.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>com.google.android</groupId>
      <artifactId>android</artifactId>
      <version>4.0.1.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.2.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.simpleframework</groupId>
      <artifactId>simple-xml</artifactId>
      <version>2.6.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.springframework.android</groupId>
   <artifactId>spring-android-rest-template</artifactId>
   <version>1.0.0.release</version>
</dependency>

Download

If you think the following spring-android-rest-template-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-android-rest-template-1.0.0.release.jar file




PreviousNext

Related