sbt.Project
See theProject companion trait
object Project
Attributes
Members list
Value members
Concrete methods
Normalize a String so that it is suitable for use as a dependency management module identifier. This is a best effort implementation, since valid characters are not documented or consistent.
Normalize a String so that it is suitable for use as a dependency management module identifier. This is a best effort implementation, since valid characters are not documented or consistent.
Attributes
Returns None if id
is a valid Project ID or Some containing the parser error message if it is not.
Returns None if id
is a valid Project ID or Some containing the parser error message if it is not.
Attributes
In this article