morpheus-java-sdk

Provides an API Interface for Java application to tie into Morpheus services

Лицензия

Лицензия

The Apache Software License, Version 2.0
Категории

Категории

Java Языки программирования Morpheus Прикладные библиотеки Science
Группа

Группа

com.bertramlabs.plugins
Идентификатор

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

morpheus-java-sdk
Последняя версия

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

0.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

morpheus-java-sdk
Provides an API Interface for Java application to tie into Morpheus services
Ссылка на сайт

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

https://github.com/gomorpheus/morpheus-java-sdk
Система контроля версий

Система контроля версий

https://github.com/gomorpheus/morpheus-java-sdk

Скачать morpheus-java-sdk

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

<!-- https://jarcasting.com/artifacts/com.bertramlabs.plugins/morpheus-java-sdk/ -->
<dependency>
    <groupId>com.bertramlabs.plugins</groupId>
    <artifactId>morpheus-java-sdk</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/morpheus-java-sdk/
implementation 'com.bertramlabs.plugins:morpheus-java-sdk:0.3.1'
// https://jarcasting.com/artifacts/com.bertramlabs.plugins/morpheus-java-sdk/
implementation ("com.bertramlabs.plugins:morpheus-java-sdk:0.3.1")
'com.bertramlabs.plugins:morpheus-java-sdk:jar:0.3.1'
<dependency org="com.bertramlabs.plugins" name="morpheus-java-sdk" rev="0.3.1">
  <artifact name="morpheus-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertramlabs.plugins', module='morpheus-java-sdk', version='0.3.1')
)
libraryDependencies += "com.bertramlabs.plugins" % "morpheus-java-sdk" % "0.3.1"
[com.bertramlabs.plugins/morpheus-java-sdk "0.3.1"]

Зависимости

runtime (3)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents : httpclient jar 4.5.1
org.apache.httpcomponents : httpmime jar 4.5.1
com.google.code.gson : gson jar 2.4

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

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

Morpheus Java SDK

The Morpheus Java SDK allows developers to easily work with the Morpheus Appliance APIs. The goal of this API is to front all of the documented Web API interfaces and make it easy to get started. Provision Servers for Provisioning, Provision databases and applications, even handle deployments.

Getting Started

If you haven't already visit www.gomorpheus.com to get a free trial download of the morpheus controller package. Once you have it downloaded and installed simply grab the morpheus-java-sdk from maven or bintray (jcenter) to use in your project. The APIDoc is full of examples within the MorpheusClient class.

Contributions

All contributions are of course welcome as this is an ACTIVE project. Any help with regards to reviewing platform compatibility, adding more tests, and general cleanup is most welcome. Thanks in advance!

com.bertramlabs.plugins

Morpheus

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

Версия
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0