Package org.gradle.api.artifacts.dsl
Classes used in the artifact DSL.
-
Interface Summary Interface Description ArtifactHandler This class is for defining artifacts to be published and adding them to configurations.ComponentMetadataHandler Allows the build to provide rules that modify the metadata of depended-on software components.ComponentModuleMetadataHandler Allows to modify the metadata of depended-on software components.Dependencies Universal APIs that are available for alldependencies
blocks.DependencyCollector ADependencyCollector
is used as part of a dependencies block in the DSL.DependencyConstraintFactory Factory class for creatingDependencyConstraint
instances, with strong typing.DependencyConstraintHandler ADependencyConstraintHandler
is used to declare dependency constraints.DependencyFactory Factory class for creatingDependency
instances, with strong typing.DependencyHandler ADependencyHandler
is used to declare dependencies.DependencyLockingHandler ADependencyLockingHandler
manages the behaviour and configuration of dependency locking.ExternalModuleDependencyVariantSpec The specification of a dependency variant.GradleDependencies Dependency APIs available fordependencies
blocks that can build software that relies on Gradle APIs.RepositoryHandler ARepositoryHandler
manages a set of repositories, allowing repositories to be defined and queried. -
Class Summary Class Description DependencyModifier ADependencyModifier
defines how to modify a dependency inside a customdependencies
block to select a different variant. -
Enum Summary Enum Description LockMode The supported lock modes:DEFAULT
will load the lock state and verify resolution matches itSTRICT
in addition to theDEFAULT
behaviour, will fail resolution if a locked configuration does not have lock state definedLENIENT
will load the lock state, to anchor dynamic versions, but otherwise be lenient about modifications of the dependency resolution, allowing versions to change and module to be added or removed