License |
License |
---|---|
GroupId | GroupIdcom.e-gineering |
ArtifactId | ArtifactIdsalesforce-oauth |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionsalesforce-oauth
Used to request an access token from Salesforce using the OAuth 2.0 JWT Bearer Flow
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
salesforce-oauth-0.0.3.pom | |
salesforce-oauth-0.0.3.jar | 10 KB |
salesforce-oauth-0.0.3-sources.jar | 7 KB |
salesforce-oauth-0.0.3-javadoc.jar | 411 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.e-gineering/salesforce-oauth/ -->
<dependency>
<groupId>com.e-gineering</groupId>
<artifactId>salesforce-oauth</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.e-gineering/salesforce-oauth/
implementation 'com.e-gineering:salesforce-oauth:0.0.3'
// https://jarcasting.com/artifacts/com.e-gineering/salesforce-oauth/
implementation ("com.e-gineering:salesforce-oauth:0.0.3")
'com.e-gineering:salesforce-oauth:jar:0.0.3'
<dependency org="com.e-gineering" name="salesforce-oauth" rev="0.0.3">
<artifact name="salesforce-oauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.e-gineering', module='salesforce-oauth', version='0.0.3')
)
libraryDependencies += "com.e-gineering" % "salesforce-oauth" % "0.0.3"
[com.e-gineering/salesforce-oauth "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.32 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.5 |
com.nimbusds : nimbus-jose-jwt | jar | 9.15.1 |
com.heroku.sdk : env-keystore | jar | 1.1.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |