MVN

it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api

Maven & Gradle

Oct 31, 2012
3 stars

SugarCRM Community Edition 6.4 (v4 API) SOAP Client · Java SOAP Client for accessing Web Services exposed by SugarCRM. The client version of the framework is based on Apache CXF 2.5. The client was built on SugarCRM Community Edition 6.4 for API v4. For more information on the web services of SugarCRM and versioning APIs, refer to the official documentation of Sugar.

<dependency>
    <groupId>it.dontesta.sugarcrm.client.soap</groupId>
    <artifactId>sugarcrmce-64-v4-soap-api</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sugarcrmce-64-v4-soap-api-1.0.5
sugarcrmce-64-v4-soap-api-1.0.0

How to add a dependency to Maven

Add the following it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.dontesta.sugarcrm.client.soap</groupId>
    <artifactId>sugarcrmce-64-v4-soap-api</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api gradle dependency to your build.gradle file:

implementation 'it.dontesta.sugarcrm.client.soap:sugarcrmce-64-v4-soap-api:1.0.5'

Gradle Kotlin DSL: Add the following it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api gradle kotlin dependency to your build.gradle.kts file:

implementation("it.dontesta.sugarcrm.client.soap:sugarcrmce-64-v4-soap-api:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.dontesta.sugarcrm.client.soap : sugarcrmce-64-v4-soap-api sbt scala dependency to your build.sbt file:

libraryDependencies += "it.dontesta.sugarcrm.client.soap" % "sugarcrmce-64-v4-soap-api" % "1.0.5"

Advertisement