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