Package org.eolang.maven.dependencies
Actions with dependencies.
Represents different behavior with dependencies, depending on use case.
-
Class Summary Class Description DcsDefault It is a list of dependencies that are needed by the build.DcsDepgraph A list of transitive dependencies for a given Maven dependency.DcsEachWithoutTransitive Dependencies without transitive dependencies.DcsFake Fake dependencies.DcsUniquelyVersioned A decorator of a list of dependencies that throws an exception if any dependency has a duplicate with a different version.DcsWithoutRuntime Remove runtime dependency from the list of dependencies, if it is present there.DcsWithRuntime Add runtime dependency to the list of dependencies, if it is absent there.