Cloudex-core Library

The core components of the CloudEx framework.

Лицензия

Лицензия

Категории

Категории

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

Группа

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

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

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

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Cloudex-core Library
The core components of the CloudEx framework.
Ссылка на сайт

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

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

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

iNetria

Скачать cloudex-core

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

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
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