License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.dt209 |
ArtifactId | ArtifactIdsfdcclient |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionSimple Salesforce Client
Simple Salesforce Client that allows for CRUD operations on Salesforce objects
|
Project URL |
Project URL |
Filename | Size |
---|---|
sfdcclient-0.2.pom | |
sfdcclient-0.2.jar | 7 KB |
sfdcclient-0.2-sources.jar | 5 KB |
sfdcclient-0.2-javadoc.jar | 22 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |