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

org.bimserver.plugins.PluginLocation Maven / Gradle / Ivy

There is a newer version: 1.5.9
Show newest version
package org.bimserver.plugins;

import java.util.List;

public abstract class PluginLocation {
	public abstract List getAllVersions();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy