https://github.com/scijava/scijava-grab
Plugins for SciJava dependency grabbing
https://github.com/scijava/scijava-grab
Last synced: 10 months ago
JSON representation
Plugins for SciJava dependency grabbing
- Host: GitHub
- URL: https://github.com/scijava/scijava-grab
- Owner: scijava
- License: bsd-2-clause
- Created: 2017-05-24T03:21:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T20:51:38.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T03:41:19.073Z (12 months ago)
- Language: Java
- Size: 45.9 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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/`.