 |
-
-
Nested Class Summary
Nested Classes
Modifier and Type |
Class and Description |
static class |
Dependency.Exclusion
A dependency exclusion.
|
-
-
Constructor Detail
-
Dependency
public Dependency(String groupId,
String artifactId,
String version,
List<Dependency.Exclusion> exclusions)
- Parameters:
groupId - the group ID
artifactId - the artifact ID
version - the version
exclusions - the exclusions
|
|