VMware {code} Community
DylanBehtre
Contributor
Contributor

Repository [MavenCentral ou autre] to add the management SDK as a dependency

Hello,

I'm trying to learn gradle for my project and I would add the VMware SDK Management 6.5 (vim25.jar) as a gradle dependency. However, i don't find in any repository (jcenter, mavenRepository) this sdk.

Is it possible to add this sdk or just the vim25.jar in a central repository ?

Thank you to take a few time to answer me.

0 Kudos
3 Replies
DylanBehtre
Contributor
Contributor

While waiting for an answer, I added this gradle dependency :

compile fileTree(dir: 'libs', include: '*.jar')

and added Vim25.jar in a directory named "libs".

0 Kudos
tganchev
VMware Employee
VMware Employee

Hi Dylan,

The management SDK is not available from public repositories at present.

-Tony

0 Kudos
kebr
Contributor
Contributor

I'd recommend using yavijava (which is based on vijava from SJin, but yavijava is better maintained) when using vim25, fwict the implementation is faster than VMwares and it also has some higher level wrappers which shorten code somewhat.  Additionally both yavijava and vijava are both on maven central.

0 Kudos