| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.e-gineering |
| Идентификатор | Идентификаторsalesforce-oauth |
| Последняя версия | Последняя версия0.0.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеsalesforce-oauth
Used to request an access token from Salesforce using the OAuth 2.0 JWT Bearer Flow
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |