Last Version

Simple Salesforce Client 0.2

Simple Salesforce Client that allows for CRUD operations on Salesforce objects

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.dt209
ArtifactId

ArtifactId

sfdcclient
Version

Version

0.2
Type

Type

jar
Description

Description

Simple Salesforce Client
Simple Salesforce Client that allows for CRUD operations on Salesforce objects
Project URL

Project URL

https://github.com/DT209/sfdcclient/

Download sfdcclient 0.2


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

Dependencies

compile (3)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.10.0
org.apache.commons : commons-lang3 jar 3.7
org.apache.commons : commons-text jar 1.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.