Download google-auth-library-oauth2-http-0.4.0.jar file

Introduction

You can download google-auth-library-oauth2-http-0.4.0.jar in this page.

License

Google Open Source

Type List

google-auth-library-oauth2-http-0.4.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.auth/google-auth-library-oauth2-http/pom.properties
META-INF/maven/com.google.auth/google-auth-library-oauth2-http/pom.xml
com.google.auth.http.AuthHttpConstants.class
com.google.auth.http.HttpCredentialsAdapter.class
com.google.auth.http.InternalAuthHttpConstants.class
com.google.auth.oauth2.AccessToken.class
com.google.auth.oauth2.ClientId.class
com.google.auth.oauth2.CloudShellCredentials.class
com.google.auth.oauth2.ComputeEngineCredentials.class
com.google.auth.oauth2.DefaultCredentialsProvider.class
com.google.auth.oauth2.GoogleCredentials.class
com.google.auth.oauth2.OAuth2Credentials.class
com.google.auth.oauth2.OAuth2Utils.class
com.google.auth.oauth2.ServiceAccountCredentials.class
com.google.auth.oauth2.ServiceAccountJwtAccessCredentials.class
com.google.auth.oauth2.TokenStore.class
com.google.auth.oauth2.UserAuthorizer.class
com.google.auth.oauth2.UserCredentials.class

Pom

google-auth-library-oauth2-http-0.4.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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.google.auth</groupId>
    <artifactId>google-auth-library-parent</artifactId>
    <version>0.4.0</version>
    <relativePath>../pom.xml</relativePath>
  </parent>

  <artifactId>google-auth-library-oauth2-http</artifactId>
  <name>Google Auth Library for Java - OAuth2 HTTP</name>

  <distributionManagement>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>

  <build>
    <sourceDirectory>java</sourceDirectory>
    <testSourceDirectory>javatests</testSourceDirectory>
    <testResources>
      <testResource>
        <directory>testresources</directory>
      </testResource>
    </testResources>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>com.google.auth</groupId>
      <artifactId>google-auth-library-credentials</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.http-client</groupId>
      <artifactId>google-http-client-jackson2</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava-jdk5</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.google.auth</groupId>
   <artifactId>google-auth-library-oauth2-http</artifactId>
   <version>0.4.0</version>
</dependency>

Download

If you think the following google-auth-library-oauth2-http-0.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download google-auth-library-oauth2-http-0.4.0.jar file




PreviousNext

Related