Download vagrant-java-bindings-0.1.1.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.1.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials