Cloudex-core Library

The core components of the CloudEx framework.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

io.cloudex
ArtifactId

ArtifactId

cloudex-core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cloudex-core Library
The core components of the CloudEx framework.
Project URL

Project URL

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

Project Organization

iNetria

Download cloudex-core

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.1
com.google.code.gson : gson jar 2.2.4
commons-logging : commons-logging jar 1.1.1
commons-beanutils : commons-beanutils jar 1.9.2
com.google.guava : guava jar 18.0
org.apache.commons : commons-compress jar 1.10
javax.validation : validation-api jar 1.1.0.Final
org.apache.bval : bval-core jar 0.5
org.apache.bval : bval-jsr303 jar 0.5
org.jmockit : jmockit jar 1.19

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