Cloudex-google Library

The CloudEx framework implementation for the Google Cloud Platform.

Лицензия

Лицензия

Категории

Категории

Dex Универсальные библиотеки Utility
Группа

Группа

io.cloudex
Идентификатор

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

cloudex-google
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cloudex-google Library
The CloudEx framework implementation for the Google Cloud Platform.
Ссылка на сайт

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

https://github.com/omerio/cloudex/tree/master/cloudex-google
Организация-разработчик

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

iNetria

Скачать cloudex-google

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

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
io.cloudex : cloudex-core jar 1.0.0
commons-logging : commons-logging jar 1.1.1
com.google.apis : google-api-services-storage jar v1-rev61-1.21.0
com.google.apis : google-api-services-compute jar v1-rev94-1.21.0
com.google.apis : google-api-services-bigquery jar v2-rev265-1.21.0
com.google.api-client : google-api-client jar 1.21.0
com.google.api-client : google-api-client-servlet jar 1.21.0
com.google.http-client : google-http-client-jackson2 jar 1.21.0
com.google.oauth-client : google-oauth-client-jetty jar 1.21.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

Данный проект не имеет модулей.

cloudex

Build Status Codacy Badge Coverage Status Dependency Status Maven Central Join the chat at https://gitter.im/omerio/cloudex

CloudEx is a framework for executing jobs on cloud virtual machines. CloudEx uses a coordinator component and processor VMs to facilitate the excecution of jobs in the cloud.

Getting Started

To build the libraries:

    git clone https://github.com/omerio/cloudex.git
    cd cloudex
    mvn install

Requirements

Java 7 or above.

Usage

Include the following Maven dependency for the core library:

<dependency>
  <groupId>io.cloudex</groupId>
  <artifactId>cloudex-core</artifactId>
  <version>1.0.0</version>
</dependency>

Then include the dependency for the cloud provider specific library (e.g. Google Cloud Platform)

<dependency>
  <groupId>io.cloudex</groupId>
  <artifactId>cloudex-google</artifactId>
  <version>1.0.0</version>
</dependency>

Documentations

To find out more about CloudEx, check out the documentation.

Contributing

See the CONTRIBUTING Guidelines

Support

If you have any problem or suggestion please open an issue here.

License

Apache 2.0 - See LICENSE for more information.

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

Версия
1.0.0