maven2sbt-core
maven2sbt-core
just.fp
Named
Named
maven2sbt.core
ArtifactId
BuildSbt
BuildSbt
Settings
Settings
ProjectSettings
ProjectSettings
ThisBuildSettings
ThisBuildSettings
GlobalSettings
GlobalSettings
Dependency
Dependency
Scala
Java
DependencyOps
DependencyPlus
Exclusion
Exclusion
GroupId
Libs
Libs
LibsName
LibValName
LibsPlus
Maven2Sbt
Maven2Sbt
Maven2SbtF
Maven2SbtError
Maven2SbtError
PomFileNotExist
NoPomInputStream
OutputFileAlreadyExist
MavenProperty
MavenProperty
Name
Value
MavenPropertyPlus
ProjectInfo
ProjectInfo
Prop
Prop
PropName
PropValue
Props
PropsName
PropsPlus
ReferencedRender
ReferencedRender
NamedReferencedRender
Render
Render
NamedRender
RenderedString
RenderedString
WithProps
WithoutProps
NoQuotesRequired
Repository
Repository
RepoId
RepoName
RepoUrl
RepositoryPlus
ScalaBinaryVersion
Name
ScalaVersion
Scope
Scope
Compile
Test
Provided
Runtime
System
Default
StringUtils
StringUtils
Version
maven2sbt.info
Maven2SbtBuildInfo
maven2sbt-core
/
maven2sbt.core
/
Scope
Scope
object
Scope
Companion
class
Graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Type members
Value members
Implicits
Type members
Classlikes
case
object
Compile
extends
Scope
case
object
Default
extends
Scope
case
object
Provided
extends
Scope
case
object
Runtime
extends
Scope
case
object
System
extends
Scope
case
object
Test
extends
Scope
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from
Mirror
Value members
Concrete methods
def
all
:
List
[
Scope
]
def
compile
:
Scope
def
default
:
Scope
def
parse
(scope:
String
):
Either
[
String
,
Scope
]
def
parseUnsafe
(scope:
String
):
Scope
def
provided
:
Scope
def
render
(scope:
Scope
):
String
def
renderNonCompileWithPrefix
(prefix:
String
, scope:
Scope
):
String
def
renderToMaven
(scope:
Scope
):
String
def
runtime
:
Scope
def
system
:
Scope
def
test
:
Scope
Implicits
Implicits
final implicit
val
eq
:
Eq
[
Scope
]
implicit
val
show
:
Show
[
Scope
]