force-sdk

Database.com SDK for Java

License

License

GroupId

GroupId

com.force.sdk
ArtifactId

ArtifactId

force-sdk
Last Version

Last Version

22.0.9-BETA
Release Date

Release Date

Type

Type

pom
Description

Description

force-sdk
Database.com SDK for Java
Project URL

Project URL

http://www.force.com/
Source Code Management

Source Code Management

https://github.com/forcedotcom/java-sdk

Download force-sdk

Filename Size
force-sdk-22.0.9-BETA.pom 34 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.force.sdk/force-sdk/ -->
<dependency>
    <groupId>com.force.sdk</groupId>
    <artifactId>force-sdk</artifactId>
    <version>22.0.9-BETA</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.force.sdk/force-sdk/
implementation 'com.force.sdk:force-sdk:22.0.9-BETA'
// https://jarcasting.com/artifacts/com.force.sdk/force-sdk/
implementation ("com.force.sdk:force-sdk:22.0.9-BETA")
'com.force.sdk:force-sdk:pom:22.0.9-BETA'
<dependency org="com.force.sdk" name="force-sdk" rev="22.0.9-BETA">
  <artifact name="force-sdk" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.force.sdk', module='force-sdk', version='22.0.9-BETA')
)
libraryDependencies += "com.force.sdk" % "force-sdk" % "22.0.9-BETA"
[com.force.sdk/force-sdk "22.0.9-BETA"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • build-tools
  • connector
  • jpa
  • codegen
  • oauth
  • springsecurity

NO LONGER MAINTAINED

This library is no longer maintained. Use wsc for building Java applications that connect to the Force.com SOAP API or Bulk API.

Database.com SDK for Java

For more information on how to use the Java SDK, please read our documentation at http://forcedotcom.github.com/java-sdk/force-sdk-overview

How to build

The Database.com SDK is built using Maven version 2.2.1. Make sure you have the correct version of Maven installed on your system before attempting to build.

Run the following maven command to build from source without running any tests

mvn clean install -DskipTests

Run the following maven command to build from source and run only unit tests

mvn clean install

In addition to unit tests, there are functional and integration tests located in the javasdk-test submodule. Before running the functional and integration tests, you'll need to supply test org credentials in the properties file javasdk-test/qa-utils/src/main/resources/force-sdk-test.properties

Run the following maven commands to compile and run all tests (unit, functional and integration)

mvn clean install -DskipTests -DincludeTestModules
mvn clean verify -DincludeTestModules

You can run specific test suites by changing your working directory to a test submodule directory, such as javasdk-test/force-jpa-test/ , and then running the following maven command

mvn verify

Keep in mind that you still must run mvn clean install -DskipTests -DincludeTestModules from the root directory of the project before running any tests in the javasdk-test submodules, otherwise tests may fail.

com.force.sdk

Salesforce Platform

APIs, tools, and frameworks for developers using the Salesforce Platform

Versions

Version
22.0.9-BETA
22.0.8-BETA
22.0.7-BETA
22.0.6-BETA
22.0.5-BETA
22.0.4-BETA
22.0.3-BETA
22.0.2-BETA