ResolvedDependency

Information about a resolved dependency.

Functions

Link copied to clipboard
Returns the parent artifacts of this dependency and its children.
Link copied to clipboard
Returns the module artifacts belonging to this ResolvedDependency and recursively to its children.
Link copied to clipboard
Returns the parent artifacts of this dependency.
Link copied to clipboard
Returns the transitive ResolvedDependency instances of this resolved dependency.
Link copied to clipboard
abstract fun getConfiguration(): String
Returns the configuration under which this instance was resolved.
Link copied to clipboard
Returns the module which this resolved dependency belongs to.
Link copied to clipboard
Returns the module artifacts belonging to this ResolvedDependency.
Link copied to clipboard
abstract fun getModuleGroup(): String
Returns the module group of the resolved dependency.
Link copied to clipboard
abstract fun getModuleName(): String
Returns the module name of the resolved dependency.
Link copied to clipboard
abstract fun getModuleVersion(): String
Returns the module version of the resolved dependency.
Link copied to clipboard
abstract fun getName(): String
Returns the name of the resolved dependency.
Link copied to clipboard
Returns the artifacts belonging to this ResolvedDependency which it only has for a particular parent.
Link copied to clipboard
Returns the ResolvedDependency instances that have this instance as a transitive dependency.