Packages

package model

Type Members

  1. case class License(name: String, url: Option[String]) extends Product with Serializable
  2. case class Module(group: String, name: String, version: String, modified: Boolean, componentType: Type, componentScope: Scope, licenses: Seq[License]) extends Product with Serializable

Ungrouped