An Orchid bundle containing every officially-developed Orchid plugin and theme. This offers the greatest flexibility to try out all the features offered by Orchid and find out which ones are right for you.
dependencies {
orchidRuntime("io.github.javaeden.orchid:OrchidAll:0.18.0")
}
<dependency>
<groupId>io.github.javaeden.orchid</groupId>
<artifactId>OrchidAll</artifactId>
<version>0.18.0</version>
<type>pom</type>
</dependency>
@file:DependsOn("io.github.javaeden.orchid:OrchidAll:0.18.0")