modsdotgroovy.frontend-dsl.forge.2.0.0-beta.23.source-code.DependencyOrdering.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of forge Show documentation
Show all versions of forge Show documentation
The frontend DSL for mods.groovy on Forge
import groovy.transform.CompileStatic
@CompileStatic
enum DependencyOrdering {
BEFORE, AFTER, NONE
DependencyOrdering() {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy