drock.bedrock-runtime-vagrant.7.0.5.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bedrock-runtime-vagrant Show documentation
Show all versions of bedrock-runtime-vagrant Show documentation
Interfaces, classes and resources to construct, inspect and securely
manage Vagrant based runtime processes.
The newest version!
open module com.oracle.bedrock.runtime.virtual.vagrant {
exports com.oracle.bedrock.runtime.virtual.vagrant;
exports com.oracle.bedrock.runtime.virtual.vagrant.options;
requires transitive com.oracle.bedrock.runtime.virtual;
}