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.

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.google.cloud.graphite
Идентификатор

Идентификатор

gcp-plugin-core-java
Последняя версия

Последняя версия

0.3.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/GoogleCloudPlatform/gcp-plugin-core-java
Организация-разработчик

Организация-разработчик

Google
Система контроля версий

Система контроля версий

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

Скачать gcp-plugin-core-java

Имя Файла Размер
gcp-plugin-core-java-0.3.0.pom 10 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.http-client : google-http-client jar 1.21.0
com.google.guava : guava jar 20.0

test (2)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-core jar 2.10.0
junit : junit jar 4.12

Модули Проекта

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

Google Cloud Platform

Версии библиотеки

Версия
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1