Skip to content

Simple project that will create an application platform for you.

License

Notifications You must be signed in to change notification settings

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.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)

About

Simple project that will create an application platform for you.

Resources

License

Stars

Watchers

Forks

Packages

No packages published