All Downloads are FREE. Search and download functionalities are using the official Maven repository.

subscript.SubScriptApplication.scala Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package subscript

import subscript.objectalgebra._

trait SubScriptApplication extends SSProcess {

  def main(args: Array[String]): Unit = {
    subscript.DSL._execute(lifecycle)
    System.exit(0)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy