An open API service indexing awesome lists of open source software.

https://github.com/serceman/jclouds-vsphere

VMware vSphere provider for JClouds
https://github.com/serceman/jclouds-vsphere

Last synced: 3 months ago
JSON representation

VMware vSphere provider for JClouds

Awesome Lists containing this project

README

          

= jclouds-vsphere

image::https://api.bintray.com/packages/serce/maven/jclouds-vsphere/images/download.svg[link="https://bintray.com/serce/maven/jclouds-vsphere/_latestVersion"]
jclouds-vsphere - VMware vSphere provider for JClouds

== Project Goals

Main goal of the project is to provide easy way to manipulate VMware vSphere using jclouds.

== Get it
=== Gradle

[source,gradle]
----
repositories {
jcenter()
}

dependencies {
compile 'me.serce.jclouds:jclouds-vsphere:0.1.5'
}
----

=== Maven
[source,xml]
----


central
bintray
http://jcenter.bintray.com

me.serce.jclouds
jclouds-vsphere
0.1.5

----

== Thanks

This project is based on link:https://github.com/igreenfield/jcloud-vsphere[jcloud-sphere from igreenfield]