Download stormpath-sdk-httpclient-0.9.3.jar file

Introduction

You can download stormpath-sdk-httpclient-0.9.3.jar in this page.

License

Apache License

Type List

stormpath-sdk-httpclient-0.9.3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.stormpath.sdk/stormpath-sdk-httpclient/pom.properties
META-INF/maven/com.stormpath.sdk/stormpath-sdk-httpclient/pom.xml
com.stormpath.sdk.impl.http.httpclient.HttpClientRequestExecutor.class
com.stormpath.sdk.impl.http.httpclient.HttpClientRequestFactory.class
com.stormpath.sdk.impl.http.httpclient.RepeatableInputStreamEntity.class

Pom

stormpath-sdk-httpclient-0.9.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Copyright 2013 Stormpath, Inc.
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~     http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>com.stormpath.sdk</groupId>
        <artifactId>stormpath-sdk-root</artifactId>
        <version>0.9.3</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <artifactId>stormpath-sdk-httpclient</artifactId>
    <name>Stormpath Java SDK :: Extensions :: HTTP Client</name>
    <description>
        The Stormpath Java SDK HTTP Client implementation .jar is used at runtime to make HTTP calls to Stormpath's
        REST API using the Apache Http Client library.  This implementation jar should be a runtime dependency only
        and should NOT be depended on at compile time by your code.  The implementations within this jar can change at
        any time without warning - use it with runtime scope only.
    </description>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>com.stormpath.sdk</groupId>
            <artifactId>stormpath-sdk-impl</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
        </dependency>
        <!-- Runtime dependency to replace commons-logging needed by HTTPClient: -->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.stormpath.sdk</groupId>
   <artifactId>stormpath-sdk-httpclient</artifactId>
   <version>0.9.3</version>
</dependency>

Download

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



Download stormpath-sdk-httpclient-0.9.3.jar file




PreviousNext

Related