Interface DependencyFactory


@NonExtensible @Incubating public interface DependencyFactory
Factory class for creating Dependency instances, with strong typing.

An instance of the factory can be injected into a task, plugin or other object by annotating a public constructor or property getter method with javax.inject.Inject. It is also available via Project.getDependencyFactory().

Note: This interface is not intended for implementation by build script or plugin authors.

Since:
7.6