| Modifier and Type | Method and Description |
|---|---|
STRATEGYSTAGETYPE |
ResolveStage.resolve(Collection<String> canonicalForms)
Begins resolution by defining a
Collection of desired dependencies (in canonical form), returning the
next StrategyStage for the user to define the ResolutionStrategy. |
STRATEGYSTAGETYPE |
ResolveStage.resolve(String... canonicalForms)
Begins resolution by defining a set of desired dependencies (in canonical form), returning the next
StrategyStage
for the user to define the ResolutionStrategy. |
STRATEGYSTAGETYPE |
ResolveStage.resolve(String canonicalForm)
Begins resolution by defining the single desired dependency (in canonical form), returning the next
StrategyStage
for the user to define the ResolutionStrategy. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.