Java7
Posts tagged VMware
VISDK Maven pom.xml Dependency
Jun 19th
There is some confusion over vijava and the VI SDK API provided directly by VMware. Which in any case, the VISDK is a higher level abstraction of the library (VI SDK), former provided by an enthusiast contributor, the later by VMware, vijava is now maintained by an open source community. =)
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>vijava</artifactId>
<version>2120100824</version>
</dependency>
Maven Repository Search
http://mvnrepository.com/artifact/org.jvnet.hudson/vijava/2120100824
vijava Homepage (Note that Google places it 4th in the search for “VISDK” :/ I’m not surprised)
http://vijava.sourceforge.net/
Official VI SDK Homepage (provided directly by VMware)
http://www.vmware.com/support/developer/vc-sdk/
History
June 26, 2011 Improved readability, grammar.