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 TypeClassDescriptionclassRepresents an application (or its dependency) artifact.classGroupId, artifactId, classifier, type, versionclassMethods in io.quarkus.bootstrap.model that return types with arguments of type ArtifactCoordsModifier and TypeMethodDescriptionPlatformReleaseInfo.getBoms()Member BOM coordinates.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 TypeClassDescriptionclassclassclassMethods 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 with parameters of type ArtifactCoordsModifier and TypeMethodDescriptionbooleanArtifactCoordsPattern.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 TypeMethodDescriptionstatic 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)