DESCRIPTION
        clear-dependency-cache

	Removes dependencies from the Ivy cache.

SYNTAX
        clear-dependency-cache [options]

OPTIONS
        --all
                Deletes the whole cache.
        --griffon
                Deletes all Griffon libraries, including plugins.
        --group
                Deletes all libraries with a matching group.
        --name
                Deletes all libraries with a matching name and group. A value for --group must be specified too.
        --non-interactive
                Controls if the shell can ask for input or not.
        --plugins
                Deletes all Griffon plugin libraries.
