![JAR search and dependency download from the Maven repository](/logo.png)
com.nitorcreations.willow.deployer.Stop Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of willow-deployer Show documentation
Show all versions of willow-deployer Show documentation
Willow elastic cloud application deployer
The newest version!
package com.nitorcreations.willow.deployer;
import com.google.inject.Singleton;
@Singleton
public class Stop extends DeployerControl {
public static void main(String[] args) {
injector.getInstance(Stop.class).stopOld(args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy