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
- Host: GitHub
- URL: https://github.com/serceman/jclouds-vsphere
- Owner: SerCeMan
- License: apache-2.0
- Created: 2016-05-12T16:45:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T17:27:56.000Z (about 10 years ago)
- Last Synced: 2025-01-02T02:14:08.454Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 120 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]