Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Add the project dependency below:
Code Block | ||
---|---|---|
| ||
<!-- Add apibuilder_api dependency -->
<dependency>
<groupId>org.joget.api</groupId>
<artifactId>apibuilder_api</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency> |
Info |
---|
You can get the apibuilder_api.jar at https://download.joget.org/addons/for_plugin_developer/ |
...
Please refer to Plugin Properties Options for more information.
Anchor | ||||
---|---|---|---|---|
|
Basic Current User API
Sample API with property options
- apibuilder_sample_plugin.zip
...