# scijava-grab **Repository Path**: mirrors_scijava/scijava-grab ## Basic Information - **Project Name**: scijava-grab - **Description**: Plugins for SciJava dependency grabbing - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://github.com/scijava/scijava-grab/actions/workflows/build-main.yml/badge.svg)](https://github.com/scijava/scijava-grab/actions/workflows/build-main.yml) This repository extends the SciJava script framework to support Groovy-style dependency grabbing at runtime. Just put it on your classpath, and your SciJava scripts will gain access to the following script preprocessing directives: #@repository("https://path.to/remote/repository") #@dependency("com.mycompany:my-artifact:x.y.z") You can also grab dependencies via Java code via the `GrabService` API. Dependencies are cached in `~/.scijava/`.