google-cloud-java

Lightweight Google Cloud Java Client For Easy Integration

License

License

Categories

Categories

Java Languages Google Cloud Container PaaS Providers
GroupId

GroupId

com.iyzipay
ArtifactId

ArtifactId

google-cloud-java
Last Version

Last Version

1.0.18
Release Date

Release Date

Type

Type

pom
Description

Description

google-cloud-java
Lightweight Google Cloud Java Client For Easy Integration
Project URL

Project URL

https://github.com/iyzico/google-cloud-java
Project Organization

Project Organization

iyzico
Source Code Management

Source Code Management

https://github.com/iyzico/google-cloud-java

Download google-cloud-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.iyzipay/google-cloud-java/ -->
<dependency>
    <groupId>com.iyzipay</groupId>
    <artifactId>google-cloud-java</artifactId>
    <version>1.0.18</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.iyzipay/google-cloud-java/
implementation 'com.iyzipay:google-cloud-java:1.0.18'
// https://jarcasting.com/artifacts/com.iyzipay/google-cloud-java/
implementation ("com.iyzipay:google-cloud-java:1.0.18")
'com.iyzipay:google-cloud-java:pom:1.0.18'
<dependency org="com.iyzipay" name="google-cloud-java" rev="1.0.18">
  <artifact name="google-cloud-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.iyzipay', module='google-cloud-java', version='1.0.18')
)
libraryDependencies += "com.iyzipay" % "google-cloud-java" % "1.0.18"
[com.iyzipay/google-cloud-java "1.0.18"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • google-cloud-vision

google-cloud-java

Build Status Maven Central

Lightweight java client library for Google Cloud API.

Requirements

Java 1.6 or newer

Installation

Maven users

Add this dependency to your project's POM for example google-cloud-vision:

<dependency>
  <groupId>com.iyzipay</groupId>
  <artifactId>google-cloud-vision</artifactId>
  <version>1.0.18</version>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "com.iyzipay:google-cloud-vision:1.0.18"

Others

You'll need to manually install the following JARs:

If you want to run samples you'll need to manually install Junit JAR:

Build

If you don't have Maven installed in your local environment, you can use Maven Wrapper script:

./mvnw clean install

Usage

Options options = new Options();
options.setApiKey("my api key");
options.setBaseUrl("https://vision.googleapis.com");

GoogleCloudRequest request = new AnnotateImageBuilder()
         .withImageUri("https://www.google.com.tr/images/branding/googlelogo/2x/googlelogo_color_1.0.184dp.png")
         .withSafeSearchDetection()
         .withLabelDetection()
         .withLogoDetection()
         .withWebDetection()
         .withTextDetection()
         .buildRequest();

AnnotateImages annotateImages = AnnotateImages.create(request, options);
com.iyzipay

iyzico

Easiest and Fastest Way of Accepting Payments

Versions

Version
1.0.18
1.0.15
1.0.12
1.0.11
1.0.10