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

org.openlca.git.actions.LibraryResolver Maven / Gradle / Ivy

The newest version!
package org.openlca.git.actions;

import org.openlca.core.library.Library;

public interface LibraryResolver {

	Library resolve(String libraryId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy