Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 1.61 KB

README.md

File metadata and controls

53 lines (44 loc) · 1.61 KB

Dream-Platform

Build

Simple project that will create an application platform for you.

<repository>
  <id>dreamcode-repository-releases</id>
  <url>https://repo.dreamcode.cc/releases</url>
</repository>
maven { url "https://repo.dreamcode.cc/releases" }

Core:

<dependency>
  <groupId>cc.dreamcode.platform</groupId>
  <artifactId>core</artifactId>
  <version>1.12.9</version>
</dependency>
implementation "cc.dreamcode.platform:core:1.12.9"

Supported platforms:

Commons:

  • config/commands support for platform modules.
<dependency>
  <groupId>cc.dreamcode.platform</groupId>
  <artifactId>{platform/common}</artifactId>
  <version>1.12.9</version>
</dependency>
implementation "cc.dreamcode.platform:{platform/common}:1.12.9"

For project content, open project modules and see the contents of the classes. (todo)