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

org.molgenis.catalog.Catalog Maven / Gradle / Ivy

The newest version!
package org.molgenis.catalog;

import java.util.List;

public interface Catalog extends CatalogFolder
{
	String getVersion();

	List getAuthors();

	String getAuthorEmail();

	CatalogItem findItem(String catalogItemId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy