GCP Plugin Core for Java

This set of libraries provides common code used for Google Cloud Graphite's integrations to enable using GCP with popular open source platforms.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.google.graphite
ArtifactId

ArtifactId

gcp-plugin-core-java
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

GCP Plugin Core for Java
This set of libraries provides common code used for Google Cloud Graphite's integrations to enable using GCP with popular open source platforms.
Project URL

Project URL

https://github.com/GoogleCloudPlatform/gcp-plugin-core-java
Project Organization

Project Organization

Google
Source Code Management

Source Code Management

http://github.com/GoogleCloudPlatform/gcp-plugin-core-java/

Download gcp-plugin-core-java

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.google.http-client : google-http-client jar 1.29.2
com.google.guava : guava jar 19.0

test (2)

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

Project Modules

  • gcp-client

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.graphite

Google Cloud Platform

Versions

Version
0.1.0