Add-ons Marketplace

Studio provides useful UI to manage add-ons in your application. The Add-ons dialog is accessible from the Jmix Tool Window.

add ons open

The Marketplace tab displays published add-ons that are compatible with your project.

add ons marketplace

By clicking on the add-on’s title, you can overview the add-on’s information.

add ons info

You can install one or more add-ons by clicking the Install button and then Apply & Close.

add ons install

Detailed installation instructions are placed for each add-on in the Add-ons section.

The Installed tab displays add-ons that are already added to the current project.

add ons installed

Installed add-ons are grouped into two categories. Marketplace Add-Ons are installed from Marketplace. Custom Add-Ons are developed by third parties and hosted in third-party repositories, including local Maven.

Also, you can use button next to Install, to add an add-on by coordinates.

add ons button

Add-on coordinates is a Gradle dependency string, for example, com.mycompany.addons:myaddon:0.1.5. This string can be published on Jmix site or by the author of the add-on.

add ons coordinates