[Question] Does this spec support to describe the transitivity and scope of dependencies #1121
Labels
question
Request for information or clarification
Milestone
In java's ecosystem, with maven as build tool.
when a project specify it depends on some libraries, those libraries can also depends on other libraries.
for example:
project P -> lib A -> lib B -> lib c
for project P, only lib A is called direct dependency, while B and C are called transitive dependencies.
and dependencies can have scope, for example a project P may depends on lib B, but only for running unit tests.
what's the corresponding concepts in this spec ?
The text was updated successfully, but these errors were encountered: