The core module containing the base Orchid functionality
This is the core functionality for an Orchid site. All other plugins include this one automatically. See here for documentation on using Orchid.
dependencies {
orchidRuntime("io.github.javaeden.orchid:OrchidCore:0.18.0")
}
<dependency>
<groupId>io.github.javaeden.orchid</groupId>
<artifactId>OrchidCore</artifactId>
<version>0.18.0</version>
<type>pom</type>
</dependency>
@file:DependsOn("io.github.javaeden.orchid:OrchidCore:0.18.0")