Skip to content
eriche39 edited this page Sep 29, 2017 · 3 revisions

Welcome to the simple-orchestrator wiki!

Introduction

Plug n Play REST API Development With Simple-Orchestrator

Release Note:

1.0

Core - without other dependencies:

    <dependency>
        <groupId>com.github.eriche39</groupId>
        <artifactId>orchestrator-core </artifactId>
        <version>1.0</version>
    </dependency>

Or

Visualization - with visualization and spring dependencies:

    <dependency>
        <groupId>com.github.eriche39</groupId>
        <artifactId>orchestrator-visualization</artifactId>
        <version>1.0</version>
    </dependency>

1.1

Added detail meta info in visualization as hover tooltips.

Clone this wiki locally