Download google-cloud-translate-0.8.0.jar file

Introduction

You can download google-cloud-translate-0.8.0.jar in this page.

License

Google Open Source

Type List

google-cloud-translate-0.8.0.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/com.google.cloud/google-cloud-translate/pom.properties
META-INF/maven/com.google.cloud/google-cloud-translate/pom.xml
com.google.cloud.translate.Detection.class
com.google.cloud.translate.Language.class
com.google.cloud.translate.Option.class
com.google.cloud.translate.Translate.class
com.google.cloud.translate.TranslateException.class
com.google.cloud.translate.TranslateFactory.class
com.google.cloud.translate.TranslateImpl.class
com.google.cloud.translate.TranslateOptions.class
com.google.cloud.translate.Translation.class
com.google.cloud.translate.spi.DefaultTranslateRpc.class
com.google.cloud.translate.spi.TranslateRpc.class
com.google.cloud.translate.spi.TranslateRpcFactory.class
com.google.cloud.translate.testing.RemoteTranslateHelper.class

Pom

google-cloud-translate-0.8.0.pom file content.

<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <artifactId>google-cloud-translate</artifactId>
  <packaging>jar</packaging>
  <name>Google Cloud Translate</name>
  <url>https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-translate</url>
  <description>
    Java idiomatic client for Google Translate.
  </description>
  <parent>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-pom</artifactId>
    <version>0.8.0</version>
  </parent>
  <properties>
    <site.installationModule>google-cloud-translate</site.installationModule>
  </properties>
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>google-cloud-core</artifactId>
      <version>${core.version}</version>
    </dependency>
    <dependency>
      <groupId>com.google.apis</groupId>
      <artifactId>google-api-services-translate</artifactId>
      <version>v2-rev47-1.22.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>com.google.guava</groupId>
          <artifactId>guava-jdk5</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.google.api-client</groupId>
          <artifactId>google-api-client</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>google-cloud-core</artifactId>
      <version>${core.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymock</artifactId>
      <version>3.4</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.google.cloud</groupId>
   <artifactId>google-cloud-translate</artifactId>
   <version>0.8.0</version>
</dependency>

Download

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



Download google-cloud-translate-0.8.0.jar file




PreviousNext

Related