|
687 | 687 |
|
688 | 688 | <!-- External Fiji projects (part of the Fiji distribution) --> |
689 | 689 |
|
690 | | - <!-- SNT - https://github.com/morphonets/SNT --> |
691 | | - <SNT.version>4.0.1</SNT.version> |
692 | | - |
693 | 690 | <!-- JITK TPS - https://github.com/saalfeldlab/jitk-tps --> |
694 | 691 | <jitk-tps.version>3.0.1</jitk-tps.version> |
695 | 692 |
|
|
742 | 739 | <!-- MaMuT - https://github.com/fiji/MaMuT --> |
743 | 740 | <MaMuT.version>7.0.1</MaMuT.version> |
744 | 741 |
|
| 742 | + <!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ --> |
| 743 | + <MorphoLibJ.version>1.4.2.1</MorphoLibJ.version> |
| 744 | + <MorphoLibJ_.version>${MorphoLibJ.version}</MorphoLibJ_.version> |
| 745 | + |
| 746 | + <!-- SNT - https://github.com/morphonets/SNT --> |
| 747 | + <SNT.version>4.0.1</SNT.version> |
| 748 | + |
745 | 749 | <!-- BoneJ - https://bonej.org/ --> |
746 | 750 | <bonej.version>7.0.11</bonej.version> |
747 | 751 | <bonej-plugins.version>${bonej.version}</bonej-plugins.version> |
|
801 | 805 |
|
802 | 806 | <!-- Other SciJava components --> |
803 | 807 |
|
804 | | - <!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ --> |
805 | | - <MorphoLibJ.version>1.4.2.1</MorphoLibJ.version> |
806 | | - <MorphoLibJ_.version>${MorphoLibJ.version}</MorphoLibJ_.version> |
807 | | - |
808 | 808 | <!-- BigStitcher - https://github.com/PreibischLab/BigStitcher --> |
809 | 809 | <BigStitcher.version>0.8.2</BigStitcher.version> |
810 | 810 |
|
|
2326 | 2326 |
|
2327 | 2327 | <!-- External Fiji projects (part of the Fiji distribution) --> |
2328 | 2328 |
|
2329 | | - <!-- SNT - https://github.com/morphonets/SNT --> |
2330 | | - <dependency> |
2331 | | - <groupId>org.morphonets</groupId> |
2332 | | - <artifactId>SNT</artifactId> |
2333 | | - <version>${SNT.version}</version> |
2334 | | - </dependency> |
2335 | | - |
2336 | 2329 | <!-- JITK TPS - https://github.com/saalfeldlab/jitk-tps --> |
2337 | 2330 | <dependency> |
2338 | 2331 | <groupId>jitk</groupId> |
|
2485 | 2478 | <!-- Fiji-adjacent projects (available from ImageJ update sites) --> |
2486 | 2479 |
|
2487 | 2480 | <!-- MaMuT - https://github.com/fiji/MaMuT --> |
2488 | | - |
2489 | 2481 | <dependency> |
2490 | 2482 | <groupId>sc.fiji</groupId> |
2491 | 2483 | <artifactId>MaMuT</artifactId> |
2492 | 2484 | <version>${MaMuT.version}</version> |
2493 | 2485 | </dependency> |
2494 | 2486 |
|
| 2487 | + <!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ --> |
| 2488 | + <dependency> |
| 2489 | + <groupId>fr.inra.ijpb</groupId> |
| 2490 | + <artifactId>MorphoLibJ_</artifactId> |
| 2491 | + <version>${MorphoLibJ_.version}</version> |
| 2492 | + </dependency> |
| 2493 | + |
| 2494 | + <!-- SNT - https://github.com/morphonets/SNT --> |
| 2495 | + <dependency> |
| 2496 | + <groupId>org.morphonets</groupId> |
| 2497 | + <artifactId>SNT</artifactId> |
| 2498 | + <version>${SNT.version}</version> |
| 2499 | + </dependency> |
| 2500 | + |
2495 | 2501 | <!-- BoneJ - http://bonej.org/ --> |
2496 | 2502 |
|
2497 | 2503 | <dependency> |
|
2771 | 2777 |
|
2772 | 2778 | <!-- Other SciJava components --> |
2773 | 2779 |
|
2774 | | - <!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ --> |
2775 | | - <dependency> |
2776 | | - <groupId>fr.inra.ijpb</groupId> |
2777 | | - <artifactId>MorphoLibJ_</artifactId> |
2778 | | - <version>${MorphoLibJ_.version}</version> |
2779 | | - </dependency> |
2780 | | - |
2781 | 2780 | <!-- BigStitcher - https://github.com/PreibischLab/BigStitcher --> |
2782 | 2781 | <dependency> |
2783 | 2782 | <groupId>net.preibisch</groupId> |
|
0 commit comments