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

Supported platforms:

Commons:

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

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

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors