com.theoryinpractise.clojure.ExecutionMode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clojure-maven-plugin Show documentation
Show all versions of clojure-maven-plugin Show documentation
Maven plugin for compiling clojure source files
package com.theoryinpractise.clojure;
public enum ExecutionMode {
INTERACTIVE,
BATCH
}