Download vagrant-java-bindings-0.2.0.jar file - Jar v

Jar examples for v:vagrant-java-bindings

Description

Wrapper over the CLI Vagrant tool presented in a Java API

You can download jar file vagrant-java-bindings 0.2.0 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add vagrant-java-bindings-0.2.0.jar to your project.

<dependency>
   <groupId>name.neykov</groupId>
   <artifactId>vagrant-java-bindings</artifactId>
   <version>0.2.0</version>
</dependency>
compile group: 'name.neykov', name: 'vagrant-java-bindings', version: '0.2.0'
libraryDependencies += "name.neykov" % "vagrant-java-bindings" % "0.2.0"
<dependency org="name.neykov" name="vagrant-java-bindings" rev="0.2.0"/>
@Grapes(@Grab(group='name.neykov', module='vagrant-java-bindings', version='0.2.0'))
'name.neykov:vagrant-java-bindings:jar:0.2.0'

Download

Click the following link to download the jar file.

vagrant-java-bindings-0.2.0-javadoc.jar
vagrant-java-bindings-0.2.0-sources.jar
vagrant-java-bindings-0.2.0.jar
vagrant-java-bindings-0.2.0.pom



Related Tutorials