Download oauth-httpclient4-null.jar file

Introduction

You can download oauth-httpclient4-null.jar in this page.

License

Open Source

Type List

oauth-httpclient4-null.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.oauth.core/oauth-httpclient4/pom.properties
META-INF/maven/net.oauth.core/oauth-httpclient4/pom.xml
net.oauth.client.httpclient4.HttpClient4.class
net.oauth.client.httpclient4.HttpClientPool.class
net.oauth.client.httpclient4.HttpMethodResponse.class
net.oauth.client.httpclient4.OAuthCredentials.class
net.oauth.client.httpclient4.OAuthScheme.class
net.oauth.client.httpclient4.OAuthSchemeFactory.class
net.oauth.client.httpclient4.PreemptiveAuthorizer.class

Pom

oauth-httpclient4-null.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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>net.oauth.core</groupId>
        <artifactId>oauth-core-parent</artifactId>
        <version>20090531</version>
    </parent>
    <artifactId>oauth-httpclient4</artifactId>
    <version>20090913</version>
    <packaging>jar</packaging>
    <name>OAuth Core: HttpClient4</name>
    <dependencies>
        <dependency>
            <groupId>net.oauth.core</groupId>
            <artifactId>oauth-consumer</artifactId>
            <version>20090617</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.0</version>
        </dependency>
        <dependency>
            <groupId>net.oauth.core</groupId>
            <artifactId>oauth-provider</artifactId>
            <version>20090531</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mortbay.jetty</groupId>
            <artifactId>jetty-embedded</artifactId>
            <version>6.1.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <distributionManagement>
        <snapshotRepository>
            <id>ossrh</id>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>nexus-staging-maven-plugin</artifactId>
                <version>1.6.3</version>
                <extensions>true</extensions>
                <configuration>
                    <serverId>ossrh</serverId>
                    <nexusUrl>https://oss.sonatype.org/</nexusUrl>
                    <autoReleaseAfterClose>true</autoReleaseAfterClose>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.10.3</version>
                <configuration>
                    <show>private</show>
                    <nohelp>true</nohelp>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <repositories>
        <repository>
            <id>jboss</id>
            <name>JBoss public</name>
            <url>https://repository.jboss.org/nexus/content/groups/public</url>
        </repository>
    </repositories>
</project>

POM Entry

<dependency>
   <groupId>net.oauth.core</groupId>
   <artifactId>oauth-httpclient4</artifactId>
   <version>null</version>
</dependency>

Download

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



Download oauth-httpclient4-null.jar file




PreviousNext

Related