Uses of Interface
io.quarkus.maven.dependency.ArtifactCoords
Packages that use ArtifactCoords
Package
Description
-
Uses of ArtifactCoords in io.quarkus.bootstrap.model
Classes in io.quarkus.bootstrap.model that implement ArtifactCoordsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classDeprecated, for removal: This API element is subject to removal in a future version.in favor ofArtifactCoordsclassDeprecated, for removal: This API element is subject to removal in a future version.in favor ofResolvedDependencyMethods in io.quarkus.bootstrap.model that return types with arguments of type ArtifactCoordsModifier and TypeMethodDescriptionPlatformReleaseInfo.getBoms()Member BOM coordinates.AppArtifact.getDependencies()Deprecated, for removal: This API element is subject to removal in a future version.AppDependency.getDependencies()Deprecated, for removal: This API element is subject to removal in a future version.PlatformImports.getImportedPlatformBoms()All the Quarkus platform BOMs imported by an application.PlatformImportsImpl.getImportedPlatformBoms() -
Uses of ArtifactCoords in io.quarkus.bootstrap.resolver
Methods in io.quarkus.bootstrap.resolver with parameters of type ArtifactCoordsModifier and TypeMethodDescriptionAppModelResolver.getLatestVersion(ArtifactCoords artifact, String upToVersion, boolean inclusive) Returns the latest version for the artifact up to the version specified.AppModelResolver.getLatestVersionFromRange(ArtifactCoords appArtifact, String range) Resolves the latest version from the specified range.AppModelResolver.getNextVersion(ArtifactCoords artifact, String fromVersion, boolean fromVersionIncluded, String upToVersion, boolean upToVersionIncluded) Returns the next version of the artifact from the specified range.AppModelResolver.listLaterVersions(ArtifactCoords artifact, String upToVersion, boolean inclusive) Lists versions released later than the version of the artifact up to the version specified or all the later versions in case the up-to-version is not provided.voidAppModelResolver.relink(ArtifactCoords artifact, Path localPath) (Re-)links an artifact to a path.AppModelResolver.resolve(ArtifactCoords artifact) Resolves an artifact.AppModelResolver.resolveManagedModel(ArtifactCoords appArtifact, Collection<Dependency> directDeps, ArtifactCoords managingProject, Set<ArtifactKey> localProjects) AppModelResolver.resolveModel(ArtifactCoords artifact) Resolve dependencies that are required at runtime, excluding test and optional dependencies.AppModelResolver.resolveModel(ArtifactCoords root, Collection<Dependency> deps) Resolve artifact dependencies given the specific versions of the direct dependenciesdefault Collection<ResolvedDependency> AppModelResolver.resolveUserDependencies(ArtifactCoords artifact) Resolve application direct and transitive dependencies configured by the user.AppModelResolver.resolveUserDependencies(ArtifactCoords artifact, Collection<Dependency> deps) Resolve application direct and transitive dependencies configured by the user, given the specific versions of the direct dependencies. -
Uses of ArtifactCoords in io.quarkus.maven
Classes in io.quarkus.maven that implement ArtifactCoordsModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ArtifactCoords in io.quarkus.maven.dependency
Subinterfaces of ArtifactCoords in io.quarkus.maven.dependencyModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in io.quarkus.maven.dependency that implement ArtifactCoordsModifier and TypeClassDescriptionclassclassclassclassMethods in io.quarkus.maven.dependency that return ArtifactCoordsModifier and TypeMethodDescriptionstatic ArtifactCoordsArtifactCoords.fromString(String str) ResolvedDependencyBuilder.getArtifactCoords()static ArtifactCoordsstatic ArtifactCoordsstatic ArtifactCoordsstatic ArtifactCoordsArtifactCoords.of(String groupId, String artifactId, String classifier, String type, String version) static ArtifactCoordsstatic ArtifactCoordsMethods in io.quarkus.maven.dependency that return types with arguments of type ArtifactCoordsModifier and TypeMethodDescriptionResolvedArtifactDependency.getDependencies()ResolvedDependency.getDependencies()ResolvedDependencyBuilder.getDependencies()Methods in io.quarkus.maven.dependency with parameters of type ArtifactCoordsModifier and TypeMethodDescriptionResolvedDependencyBuilder.addDependency(ArtifactCoords coords) booleanArtifactCoordsPattern.matches(ArtifactCoords coords) Matches the givengroupId,artifactId,type,classifier,versionquintuple against thisArtifactCoordsPattern.static ArtifactCoordsPatternArtifactCoordsPattern.of(ArtifactCoords c) Method parameters in io.quarkus.maven.dependency with type arguments of type ArtifactCoordsModifier and TypeMethodDescriptionResolvedDependencyBuilder.addDependencies(Collection<ArtifactCoords> deps) ResolvedDependencyBuilder.setDependencies(Collection<ArtifactCoords> deps) static List<ArtifactCoordsPattern> ArtifactCoordsPattern.toPatterns(Collection<ArtifactCoords> coords) Constructors in io.quarkus.maven.dependency with parameters of type ArtifactCoordsModifierConstructorDescriptionArtifactDependency(ArtifactCoords coords, int... flags) ArtifactDependency(ArtifactCoords coords, String scope, int... flags) ResolvedArtifactDependency(ArtifactCoords coords, PathCollection resolvedPaths) ResolvedArtifactDependency(ArtifactCoords coords, Path resolvedPath) -
Uses of ArtifactCoords in io.quarkus.sbom
Fields in io.quarkus.sbom with type parameters of type ArtifactCoordsModifier and TypeFieldDescriptionprotected Collection<ArtifactCoords> ApplicationComponent.dependenciesMethods in io.quarkus.sbom that return types with arguments of type ArtifactCoordsMethod parameters in io.quarkus.sbom with type arguments of type ArtifactCoordsModifier and TypeMethodDescriptionApplicationComponent.Builder.setDependencies(Collection<ArtifactCoords> dependencies)
ResolvedDependencyandDependency.