Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 2.16 KB

readme.template.md

File metadata and controls

62 lines (54 loc) · 2.16 KB

Satori Composer (preview)

Build Status Maven

Example

diagram

<%= rootProject.file("mods-examples/big-blue-bus/res/com/satori/mods/resources/config.json").text %>

Documentation

Common gradle plugins

Other Common Libraries

<% if(!project.version.endsWith("-SNAPSHOT")) {%>

Maven (releases)

<dependency>
    <groupId>com.satori</groupId>
    <artifactId>satori-composer</artifactId>
    <version>${project.version}</version>
</dependency>

<% } else {%>

Maven (snapshots)

<repository>
  <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<dependency>
    <groupId>com.satori</groupId>
    <artifactId>satori-composer</artifactId>
    <version>${project.version}</version>
</dependency>

<% }%>

Download

Latest release

Requirements

java 1.8