Chapter 6. Plugin version conditions

Table of Contents

6.1. Equal condition
6.2. Higher than condition

6.1. Equal condition

The plugin usually depends on other groimp plugins. It can however depends on a specific version of a plugin.

That dependency is defined by the = before the version number:

"depends" : {
    "de.grogra.ext.x3d":"=2.1.1"
}