-
Notifications
You must be signed in to change notification settings - Fork 21
User guide
Francesco Chicchiriccò edited this page Jul 18, 2013
·
41 revisions
This page shows some basic concepts and example to work with of ODataJClient, Open Source (Apache License 2.0) library that enables Java applications to deal with OData 3.0 services.
- Apache Maven >= 3.0.3
- JDK >= 1.6.0-23
- Obtain source code by either
- downloading source ZIP archive
- or
git clone git@github.com:MSOpenTech/ODataJClient.git - Build
$ cd ODataJClient
$ mvn clean install
At this point ODataJClient is installed into your local Maven repository.