Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for resolveEffectiveModel (0.08 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/resolution/WorkspaceModelResolver.java

    @Deprecated(since = "4.0.0")
    public interface WorkspaceModelResolver {
    
        Model resolveRawModel(String groupId, String artifactId, String versionConstraint)
                throws UnresolvableModelException;
    
        Model resolveEffectiveModel(String groupId, String artifactId, String versionConstraint)
                throws UnresolvableModelException;
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Tue Feb 25 08:27:34 GMT 2025
    - 1.3K bytes
    - Click Count (0)
Back to Top