
com.venky.swf.plugins.templates.configuration.AppInstaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swf-plugin-templates Show documentation
Show all versions of swf-plugin-templates Show documentation
Succinct Web Framework - Templates
The newest version!
package com.venky.swf.plugins.templates.configuration;
import com.venky.swf.configuration.Installer;
public class AppInstaller implements Installer{
public void install() {
}
}