Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 379 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 379 Bytes

sugarcrm-api-java

=================

An Object Oriented Java API for accessing SugarCRM REST web services

Prerequisites

You need Apache Maven 3.0.x installed in order to build this project.

Building SugarCRM Java API

The SugarCRM Java API can be built by running

$ cd path/to/sugar-api/pom.xml
$ mvn install

Build output will be found in the target/ directory