We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ac053 commit a8d297bCopy full SHA for a8d297b
README.md
@@ -4,8 +4,8 @@ dependency grabbing at runtime.
4
Just put it on your classpath, and your SciJava scripts will gain access
5
to the following script preprocessing directives:
6
7
- #@repository("https://path.to/remote/repository")
8
- #@dependency("com.mycompany:my-artifact:x.y.z")
+ #@repository("https://path.to/remote/repository")
+ #@dependency("com.mycompany:my-artifact:x.y.z")
9
10
You can also grab dependencies via Java code via the `GrabService` API.
11
0 commit comments