2016-04-02 12:26:20 +02:00
|
|
|
# Local Maven Repo for the Apex Jorje Parser library
|
|
|
|
|
|
|
|
You can download the needed libraries from:
|
2017-12-04 21:15:19 +01:00
|
|
|
<https://github.com/forcedotcom/salesforcedx-vscode/tree/develop/packages/salesforcedx-vscode-apex/out>
|
2016-04-02 12:26:20 +02:00
|
|
|
|
2016-04-09 19:47:23 +02:00
|
|
|
Apex Reference:
|
|
|
|
<https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_reference.htm>
|
|
|
|
|
2017-12-04 19:55:46 +01:00
|
|
|
<https://resources.docs.salesforce.com/sfdc/pdf/salesforce_apex_language_reference.pdf>
|
|
|
|
|
2017-12-04 21:15:19 +01:00
|
|
|
In order to download the jar file, minimize it and add a the jar files to the local repo, use the following script:
|
2016-04-02 12:26:20 +02:00
|
|
|
|
2017-12-04 21:15:19 +01:00
|
|
|
./create-local-repo.sh
|
2016-06-25 17:05:47 +02:00
|
|
|
|