Cloudex Framework

Simple cloud-based tasks execution framework.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.cloudex
ArtifactId

ArtifactId

cloudex-pom
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

Cloudex Framework
Simple cloud-based tasks execution framework.
Project URL

Project URL

http://cloudex.io
Project Organization

Project Organization

iNetria
Source Code Management

Source Code Management

https://github.com/omerio/cloudex

Download cloudex-pom

Filename Size
cloudex-pom-1.0.0.pom 7 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cloudex-core
  • cloudex-google

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