All Downloads are FREE. Search and download functionalities are using the official Maven repository.

restx.core.shell.deps.man Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
## deps install

Resolve the dependencies declared in the file `md.restx.json`, and synchronize them in `target/dependency` directory.

This command uses Apache Ivy under the hood to perform dependency resolution, using settings provided by restx.

You can override these Ivy settings by placing a file named ivysettings.xml in your restx shell install location
(usually `~/.restx`).

Note: You need to be placed in a restx app root directory to run this command.

## deps add [scope:] [plugin.id]

Declare new dependencies in your `md.restx.json` module descriptor, and update corresponding module descriptors
(pom and/or ivy).

The plugin id is given in Grails like notation: `::`. You can use http://search.maven.org to
search for them and choose "Grails" on the module detail page to get the id.

If you don't provide plugin id as a parameter to the command, the shell will provide a list of typical dependencies
that can be added to a restx app.

You can also provide a scope as parameter, using the `scope:` notation, eg `scope:runtime`.

This command does not install the dependencies, use `deps install` command to install them.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy