GCP Plugin Clients

These classes provide shared GCP client functionality.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.google.cloud.graphite
ArtifactId

ArtifactId

gcp-client
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

GCP Plugin Clients
These classes provide shared GCP client functionality.
Project Organization

Project Organization

Google

Download gcp-client

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
com.google.apis : google-api-services-container jar v1-rev74-1.25.0
com.google.apis : google-api-services-compute jar v1-rev214-1.25.0
com.google.apis : google-api-services-cloudresourcemanager jar v1-rev547-1.25.0
com.google.apis : google-api-services-containeranalysis jar v1beta1-rev19-1.25.0
com.google.apis : google-api-services-binaryauthorization jar v1beta1-rev38-1.25.0
com.google.apis : google-api-services-cloudkms jar v1-rev89-1.25.0
com.google.api-client : google-api-client jar 1.25.0
com.google.http-client : google-http-client-jackson2 jar 1.25.0
com.diffplug.durian : durian jar 3.4.0
org.awaitility : awaitility jar 3.1.6
com.google.http-client : google-http-client jar 1.21.0
com.google.guava : guava jar 20.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.10.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

GCP Plugin Core Documentation

A set of java libraries used by Google Cloud Graphite for common interactions with GCP.

Documentation

Please see the GCP Plugin Core for Java wiki for complete documentation.

Usage

Maven

You can use these libraries by including the following in your pom.xml:

<dependencies>
  ...
  <dependency>
    <groupId>com.google.graphite</groupId>
    <artifactId>gcp-plugin-core-java</artifactId>
    <version>0.2.1</version>
  </dependency>
  ...
</dependencies>

Feature requests and bug reports

Please file feature requests and bug reports as GitHub issues

Contributing

See CONTRIBUTING.md

License

See LICENSE

com.google.cloud.graphite

Google Cloud Platform

Versions

Version
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1