maven2sbt-core
maven2sbt-core
API
just.fp
Named
Named
maven2sbt.core
ArtifactId
BuildSbt
BuildSbt
GlobalSettings
GlobalSettings
ProjectSettings
ProjectSettings
Settings
Settings
ThisBuildSettings
ThisBuildSettings
Dependency
Dependency
DependencyOps
Java
Scala
DependencyPlus
Exclusion
Exclusion
ExclusionOps
Java
Scala
GroupId
Libs
Libs
LibValName
LibsName
LibsPlus
Maven2Sbt
Maven2Sbt
Maven2SbtF
Maven2SbtError
Maven2SbtError
ArgParse
NoPomInputStream
OutputFileAlreadyExist
PomFileNotExist
MavenProperty
MavenProperty
Name
Value
MavenPropertyPlus
ProjectInfo
ProjectInfo
Prop
Prop
PropName
PropValue
Props
PropsName
PropsPlus
ReferencedRender
ReferencedRender
NamedReferencedRender
Render
Render
NamedRender
RenderedString
RenderedString
NoQuotesRequired
WithProps
WithoutProps
Repository
Repository
RepoId
RepoName
RepoUrl
RepositoryPlus
ScalaBinaryVersion
Name
ScalaVersion
Scope
Scope
Compile
Default
Provided
Runtime
System
Test
Unknown
StringUtils
StringUtils
Version
maven2sbt.core.syntax
render
RenderSyntax
maven2sbt.info
Maven2SbtBuildInfo
maven2sbt-core
/
maven2sbt.core
/
Prop
Prop
maven2sbt.core.Prop$
See the
Prop
companion class
object
Prop
Attributes
Companion:
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
Prop
.type
Clear all
Members list
Concise view
Type members
Classlikes
final case
class
PropName
(
propName
:
String
)
extends
AnyVal
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
AnyVal
trait
Matchable
class
Any
final case
class
PropValue
(
propValue
:
String
)
extends
AnyVal
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
class
AnyVal
trait
Matchable
class
Any
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Attributes
Inherited from:
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Attributes
Inherited from:
Mirror
Value members
Concrete methods
def
fromMavenProperty
(
mavenProperty
:
MavenProperty
):
Prop
def
render
(
propsName
:
PropsName
,
prop
:
Prop
):
RenderedString
Implicits
Implicits
implicit
val
propRender
:
Render
[
Prop
]