Tech Tip: Set up 4D Info Report with dependencies.json
PRODUCT: 4D | VERSION: 20 R | PLATFORM: Mac & Win
Published On: May 20, 2025
In 4D 20R6, a quick and automatic way to integrate project dependencies is introduced.
In this tech tip, we utilize this feature to integrate the 4D Info Report component into your database project by configuring the dependencies.json file in a few steps:
- Navigate to the folder \Project\Sources\ in your application folder.
- Create the file dependencies.json
- Paste the following configuration:
{ "dependencies": { "4D_Info_Report": { "github": "4d/4D_Info_Report", "tag": "20R7" } } } |
If you already have dependencies in your project, please make sure to adapt the curly braces accordingly.
You can read more about the dependencies in your 4D project in this tech tip.
4D Info Report Documentation.