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 305305
306306 <!-- SciJava - https://github.com/scijava -->
307307
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+
308312 <!-- Batch Processor - https://github.com/scijava/batch-processor -->
309313 <batch-processor .version>0.4.2</batch-processor .version>
310314 <org .scijava.batch-processor.version>${batch-processor.version} </org .scijava.batch-processor.version>
24012405 <dependencies >
24022406 <!-- SciJava - https://github.com/scijava -->
24032407
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+
24042415 <!-- Batch Processor - https://github.com/scijava/batch-processor -->
24052416 <dependency >
24062417 <groupId >org.scijava</groupId >
You can’t perform that action at this time.
0 commit comments