1.6. Plugin version conditions

1.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"
}

1.6.2. Higher than condition

By default the plugin manager uses the Higher than condition. It means that if a plugin depends on another, as long a a version newer of that plugin is available, the condition is met.