[Engine-devel] ovirt-engine Java SDK

Juan Hernandez jhernand at redhat.com
Tue Feb 25 16:13:34 UTC 2014


On 02/25/2014 03:50 PM, Eyal Edri wrote:
> you should look for it under ovirt.org releases: http://resources.ovirt.org/releases/
> in the relevant release folder.
> 
> for 3.4.0 EL6 for e.g - latest will be at http://resources.ovirt.org/releases/3.4.0-beta3/rpm/EL/6/noarch/ 
> 

Actually the official way we distribute the Java SDK binaries is via
maven central, so you can use it like any other maven artifact, just add
this to your pom.xml file:

<dependency>
    <groupId>org.ovirt.engine.sdk</groupId>
    <artifactId>ovirt-engine-sdk-java</artifactId>
    <version>3.3.3.0</version>
</dependency>

If you don't want to use maven you can still get the binaries from maven
central:

http://search.maven.org/#artifactdetails|org.ovirt.engine.sdk|ovirt-engine-sdk-java|3.3.3.0|jar

That is valid for the latest stable release of the engine. Once we have
a stable release of engine 3.4 we will release a new version of the SDK,
matching that engine.

If you can't find what you are looking for please let me know.

> 
> ----- Original Message -----
>> From: "Vikas Kokare" <vikaskokare at gmail.com>
>> To: engine-devel at ovirt.org
>> Sent: Tuesday, February 25, 2014 3:46:34 PM
>> Subject: [Engine-devel] ovirt-engine Java SDK
>>
>> Is this the right location to look for the Java SDK of the ovirt-engine?
>>
>> https://oss.sonatype.org/content/repositories/releases/org/ovirt/engine/sdk/ovirt-engine-sdk-java
>>
>> Regards
>> Vikas
>>

-- 
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta
3ºD, 28016 Madrid, Spain
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.



More information about the Devel mailing list