morpheus-java-sdk

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

License

License

The Apache Software License, Version 2.0
Categories

Categories

Java Languages Morpheus Business Logic Libraries Science
GroupId

GroupId

com.bertramlabs.plugins
ArtifactId

ArtifactId

morpheus-java-sdk
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

morpheus-java-sdk
Provides an API Interface for Java application to tie into Morpheus services
Project URL

Project URL

https://github.com/gomorpheus/morpheus-java-sdk
Source Code Management

Source Code Management

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

Download morpheus-java-sdk

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.1
org.apache.httpcomponents : httpmime jar 4.5.1
com.google.code.gson : gson jar 2.4

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0