|
513 | 513 |
|
514 | 514 | <!-- ImageJ - https://github.com/imagej --> |
515 | 515 |
|
516 | | - <!-- ImageJ2 - https://github.com/imagej/imagej2 --> |
517 | | - <imagej2.version>2.17.0</imagej2.version> |
518 | | - <imagej.version>${imagej2.version}</imagej.version> |
519 | | - <net.imagej.imagej.version>${imagej.version}</net.imagej.imagej.version> |
520 | | - |
521 | 516 | <!-- ImageJ - https://github.com/imagej/ImageJ --> |
522 | 517 | <imagej1.version>1.54p</imagej1.version> |
523 | 518 | <ij.version>${imagej1.version}</ij.version> |
|
527 | 522 | <ij1-patcher.version>2.0.0</ij1-patcher.version> |
528 | 523 | <net.imagej.ij1-patcher.version>${ij1-patcher.version}</net.imagej.ij1-patcher.version> |
529 | 524 |
|
| 525 | + <!-- ImageJ2 - https://github.com/imagej/imagej2 --> |
| 526 | + <imagej2.version>2.17.0</imagej2.version> |
| 527 | + <imagej.version>${imagej2.version}</imagej.version> |
| 528 | + <net.imagej.imagej.version>${imagej.version}</net.imagej.imagej.version> |
| 529 | + |
530 | 530 | <!-- ImageJ Common - https://github.com/imagej/imagej-common --> |
531 | 531 | <imagej-common.version>2.1.1</imagej-common.version> |
532 | 532 | <net.imagej.imagej-common.version>${imagej-common.version}</net.imagej.imagej-common.version> |
|
2892 | 2892 |
|
2893 | 2893 | <!-- ImageJ - https://github.com/imagej --> |
2894 | 2894 |
|
2895 | | - <!-- ImageJ2 - https://github.com/imagej/imagej2 --> |
2896 | | - <dependency> |
2897 | | - <groupId>net.imagej</groupId> |
2898 | | - <artifactId>imagej</artifactId> |
2899 | | - <version>${net.imagej.imagej.version}</version> |
2900 | | - </dependency> |
2901 | | - |
2902 | 2895 | <!-- ImageJ 1.x - https://github.com/imagej/ImageJA --> |
2903 | 2896 | <dependency> |
2904 | 2897 | <groupId>net.imagej</groupId> |
|
2919 | 2912 | <version>${net.imagej.ij1-patcher.version}</version> |
2920 | 2913 | </dependency> |
2921 | 2914 |
|
| 2915 | + <!-- ImageJ2 - https://github.com/imagej/imagej2 --> |
| 2916 | + <dependency> |
| 2917 | + <groupId>net.imagej</groupId> |
| 2918 | + <artifactId>imagej</artifactId> |
| 2919 | + <version>${net.imagej.imagej.version}</version> |
| 2920 | + </dependency> |
| 2921 | + |
2922 | 2922 | <!-- ImageJ Common - https://github.com/imagej/imagej-common --> |
2923 | 2923 | <dependency> |
2924 | 2924 | <groupId>net.imagej</groupId> |
|
0 commit comments