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

com.darylteo.gradle.plugins.vertx.deployments.Platform.groovy Maven / Gradle / Ivy

The newest version!
package com.darylteo.gradle.plugins.vertx.deployments;


public interface Platform {
  void run(VertxDeployment deployment);
  void install(def module);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy