
com.darylteo.gradle.plugins.vertx.deployments.Platform.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-gradle-plugin Show documentation
Show all versions of vertx-gradle-plugin Show documentation
Gradle Plugin for Vert.x Projects
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