
org.bimserver.plugins.GitHubPluginVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
Base project for BIMserver plugin development. Some plugins mights also need the Shared library
The newest version!
package org.bimserver.plugins;
public class GitHubPluginVersion extends PluginVersion {
public String getVersion() {
return null;
}
public String getDescription() {
return null;
}
public String getName() {
return null;
}
public String getOrganization() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy