Interface | Description |
---|---|
JkDependency |
Interface standing for a dependency.
|
JkFileDependency |
Dependencies that can directly provide files without passing by an external medium.
|
JkTransitivityDependency |
Class | Description |
---|---|
JkComputedDependency |
Dependency on computed resource.
|
JkCoordinate |
Represents a set of identifiers for binary artifacts.
|
JkCoordinate.JkArtifactSpecification |
When declaring a module dependency, we implicitly request for the main artifact of this module.
|
JkCoordinateDependency |
A dependency on an external module supposed to be located in a binary repository.
|
JkCoordinateFileProxy |
Class behaving as a file supplier for a given dependency.
|
JkCoordinateSearch | |
JkDependencyExclusion |
A piece of information aiming at excluding transitive dependencies.
|
JkDependencySet |
A set of
JkDependency generally standing for a given purpose (compile, test, runtime) in a project build. |
JkDependencySet.Hint | |
JkDependencySetMerge |
Result of merging two
JkDependencySet . |
JkDependencySetModifier |
This class allows modifying a JkDependencySet using a series of method calls.
|
JkFileSystemDependency |
A dependency on files located on file system.
|
JkLocalProjectDependency | |
JkModuleId |
Identify a module (such as Google Guava).
|
JkPopularLibs |
Constants on popular modules used in Java ecosystem.
|
JkQualifiedDependency |
Many tools as Maven, Ivy, Gradle or Intellij qualify dependencies according their purpose and how
they should be used for resolution or publication.
|
JkQualifiedDependencySet |
Represents a set of qualified dependencies.
|
JkRepo |
Hold configuration necessary to instantiate download or upload repository
|
JkRepo.JkPublishConfig |
Configuration specific to publishing.
|
JkRepo.JkRepoCredentials | |
JkRepo.JkRepoIvyConfig |
Configuration specific to Ivy.
|
JkRepoProperties |
Provides static methods for creating repositories from standard properties.
|
JkRepoSet |
A set of
JkRepo |
JkTransitivity |
In Maven repositories, modules are published along a pom.xml metadata containing
the transitive dependencies of the module.
|
JkVersion |
Used to specify a module version.
|
JkVersionProvider |
Association between getModuleIds and version.
|
Enum | Description |
---|---|
JkCoordinate.ConflictStrategy |
Annotation Type | Description |
---|---|
JkDepSuggest |
Tag to let IDE recognise that the value can be suggested with dependency coordinate
|