Skip to content

DreamPoland/dream-platform

Repository files navigation

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.13.8</version>
</dependency>
implementation "cc.dreamcode.platform:core:1.13.8"

Supported platforms:

Commons:

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

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

About

Simple project that will create an application platform for you.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors