Last Version

com.github.ryanbrainard:richsobjects 0.2-BETA

A higher-level, modular library for interacting with the Salesforce API.

License

License

MIT
GroupId

GroupId

com.github.ryanbrainard
ArtifactId

ArtifactId

richsobjects
Version

Version

0.2-BETA
Type

Type

pom
Description

Description

A higher-level, modular library for interacting with the Salesforce API.
Project URL

Project URL

https://github.com/ryanbrainard/richsobjects
Source Code Management

Source Code Management

http://github.com/ryanbrainard/richsobjects.git

Download richsobjects 0.2-BETA


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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.2

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.2.1

Project Modules

  • richsobjects-core
  • richsobjects-interfaces
  • richsobjects-api-jersey-client
  • richsobjects-tests-base
  • richsobjects-cache-simple
  • richsobjects-cache-memcached
  • richsobjects-cache-tests-multilayer