![JAR search and dependency download from the Maven repository](/logo.png)
org.crp.flowable.shell.FlowableShellApplication Maven / Gradle / Ivy
The newest version!
package org.crp.flowable.shell;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class FlowableShellApplication {
public static void main(String[] args) {
SpringApplication.run(FlowableShellApplication.class, args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy