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

it.uniroma2.art.semanticturkey.extension.impl.deployer.http.HTTPDeployerPlugin Maven / Gradle / Ivy

There is a newer version: 12.2
Show newest version
package it.uniroma2.art.semanticturkey.extension.impl.deployer.http;

import it.uniroma2.art.semanticturkey.pf4j.STPlugin;
import org.pf4j.PluginWrapper;

public class HTTPDeployerPlugin extends STPlugin {
    public HTTPDeployerPlugin(PluginWrapper wrapper) {
        super(wrapper);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy