File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 305
305
306
306
<!-- SciJava - https://github.com/scijava -->
307
307
308
+ <!-- App Launcher - https://github.com/scijava/app-launcher -->
309
+ <app-launcher .version>2.0.0</app-launcher .version>
310
+ <org .scijava.app-launcher.version>${app-launcher.version} </org .scijava.app-launcher.version>
311
+
308
312
<!-- Batch Processor - https://github.com/scijava/batch-processor -->
309
313
<batch-processor .version>0.4.2</batch-processor .version>
310
314
<org .scijava.batch-processor.version>${batch-processor.version} </org .scijava.batch-processor.version>
2401
2405
<dependencies >
2402
2406
<!-- SciJava - https://github.com/scijava -->
2403
2407
2408
+ <!-- App Launcher - https://github.com/scijava/app-launcher -->
2409
+ <dependency >
2410
+ <groupId >org.scijava</groupId >
2411
+ <artifactId >app-launcher</artifactId >
2412
+ <version >${org.scijava.app-launcher.version} </version >
2413
+ </dependency >
2414
+
2404
2415
<!-- Batch Processor - https://github.com/scijava/batch-processor -->
2405
2416
<dependency >
2406
2417
<groupId >org.scijava</groupId >
You can’t perform that action at this time.
0 commit comments