DependencyParser
io.github.matejcerny.sbtconfig.parser.DependencyParser
object DependencyParser
Parser for dependency fields in HOCON config.
Supports three modes:
- Mode 1 (Flat list): all dependencies use
CrossVersionType.ScalaandPlatform.Shared. - Mode 2 (Language split):
scala/javamap toPlatform.Shared;jstoPlatform.Js;nativetoPlatform.Native. - Mode 3 (Full matrix): explicit platform grouping with
shared/jvmobjects andjs/nativeflat lists.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DependencyParser.type
Members list
In this article