Packages

package sbt

Type Members

  1. case class SbtCallerParams(avroSerialization: Boolean, jsonSerialization: Boolean, classloaderTransport: Boolean, http4sClientTransport: Boolean, helidonClientTransport: Boolean, targetDir: String, exportDependency: String) extends Product with Serializable
  2. case class SbtReceiverParams(avroSerialization: Boolean, jsonSerialization: Boolean, http4sRoutes: Boolean, helidonRoutes: Boolean, targetDir: String, exportDependency: String) extends Product with Serializable

Ungrouped