All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.bootstrap.resolver.maven.workspace.ProjectModuleResolver Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package io.quarkus.bootstrap.resolver.maven.workspace;

import io.quarkus.bootstrap.workspace.WorkspaceModule;

public interface ProjectModuleResolver {

    WorkspaceModule getProjectModule(String groupId, String artifactId, String version);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy