orchid-all-bundle
About
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.
Installation
dependencies {
orchidRuntime("io.github.copper-leaf.orchid:orchid-all-bundle:0.21.1")
}
<dependency>
<groupId>io.github.copper-leaf.orchid</groupId>
<artifactId>orchid-all-bundle</artifactId>
<version>0.21.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "io.github.copper-leaf.orchid" % "orchid-all-bundle" % "0.21.1"
@file:DependsOn("io.github.copper-leaf.orchid:orchid-all-bundle:0.21.1")