Adding dekobon_tree_sitter_groovy library as a dependency

Run this command in a terminal, in your project's directory:

cargo add dekobon-tree-sitter-groovy

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

dekobon-tree-sitter-groovy = "0.2.2"

The dekobon_tree_sitter_groovy library will be automatically available globally. Read the dekobon_tree_sitter_groovy library documentation.

Back to the crate overview.