Categories |
CategoriesIDE Development Tools CLI User Interface |
---|---|
GroupId | GroupIdcom.github.mideo |
ArtifactId | ArtifactIdsalesforce-api-client |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
salesforce-api-client-0.0.3.pom | |
salesforce-api-client-0.0.3.jar | 14 MB |
salesforce-api-client-0.0.3-sources.jar | 10 KB |
salesforce-api-client-0.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mideo/salesforce-api-client/ -->
<dependency>
<groupId>com.github.mideo</groupId>
<artifactId>salesforce-api-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mideo/salesforce-api-client/
implementation 'com.github.mideo:salesforce-api-client:0.0.3'
// https://jarcasting.com/artifacts/com.github.mideo/salesforce-api-client/
implementation ("com.github.mideo:salesforce-api-client:0.0.3")
'com.github.mideo:salesforce-api-client:jar:0.0.3'
<dependency org="com.github.mideo" name="salesforce-api-client" rev="0.0.3">
<artifact name="salesforce-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mideo', module='salesforce-api-client', version='0.0.3')
)
libraryDependencies += "com.github.mideo" % "salesforce-api-client" % "0.0.3"
[com.github.mideo/salesforce-api-client "0.0.3"]