You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jclouds.apache.org by Andrew Phillips <an...@apache.org> on 2014/09/30 14:59:54 UTC

Re: Where i can get source libraries for OpenStack API's

Forwarding to user@...

Hi Alka

> For that source libraries of all interfaces is required in eclipse.Plz
> suggest if somebody knows any other Solution.

All the source libraries for jclouds are available in Maven Central,  
e.g. [1]. If you use Eclipse's Maven integration [2], they should be  
downloaded automatically.

Regards

ap

[1]  
http://search.maven.org/#artifactdetails%7Corg.apache.jclouds.api%7Copenstack-nova%7C1.8.0%7Cbundle
[2] https://www.eclipse.org/m2e/

Re: Where i can get source libraries for OpenStack API's

Posted by Andrew Phillips <an...@apache.org>.
> but jars for 2.0.0-SNAPSHOT are there..

Yes - that is the most recent SNAPSHOT version, built daily from  
master. As per Maven convention, N-SNAPSHOT is the "in progress" code  
*before* version N is released.

See [1] for details on how to include the daily builds in your project  
if you need them. Obviously, please bear in mind that APIs in snapshot  
versions can change from day to day.

ap

[1] http://jclouds.apache.org/start/install/

Re: Where i can get source libraries for OpenStack API's

Posted by Andrew Phillips <an...@apache.org>.
> i want for version 2.0.0..

jclouds version 2.0.0 has not been released yet - the latest version is 1.8.0:

http://jclouds.apache.org/releasenotes/

ap