Cloudex-google Library

The CloudEx framework implementation for the Google Cloud Platform.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.cloudex
ArtifactId

ArtifactId

cloudex-google
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cloudex-google Library
The CloudEx framework implementation for the Google Cloud Platform.
Project URL

Project URL

https://github.com/omerio/cloudex/tree/master/cloudex-google
Project Organization

Project Organization

iNetria

Download cloudex-google

How to add to project

<!-- 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"]

Dependencies

compile (9)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.0.0