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

lgab.snunit-plugins-shared_2.12.0.10.3.source-code.BuildTool.scala Maven / Gradle / Ivy

The newest version!
package snunit.plugin

sealed trait BuildTool
object BuildTool {
  case object Sbt extends BuildTool
  case object Mill extends BuildTool
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy