Uses of Class
org.apache.ivy.plugins.resolver.URLResolver
-
Packages that use URLResolver Package Description org.apache.ivy.plugins.resolver org.apache.ivy.plugins.resolver.packager -
-
Uses of URLResolver in org.apache.ivy.plugins.resolver
Subclasses of URLResolver in org.apache.ivy.plugins.resolver Modifier and Type Class Description class
BintrayResolver
BintrayResolver is a resolver which can be used to resolve dependencies found in the Bintray artifacts repository.class
IBiblioResolver
IBiblioResolver is a resolver which can be used to resolve dependencies found in the ibiblio maven repository, or similar repositories.class
IvyRepResolver
IvyRepResolver is a resolver which can be used to resolve dependencies found in the ivy official repository for ivy files and ibiblio maven repository for the artifacts, or similar repositories. -
Uses of URLResolver in org.apache.ivy.plugins.resolver.packager
Subclasses of URLResolver in org.apache.ivy.plugins.resolver.packager Modifier and Type Class Description class
PackagerResolver
Resolver that performs a "build" operation to resolve artifacts.
-