File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Bioformats 7.0.1 (https://www.openmicroscopy.org/bio-formats/ ) Built with IKVM 8.7.1 Maven SDK for .NET6.
1+ Bioformats 7.0.1 (https://www.openmicroscopy.org/bio-formats/ ) Built with IKVM 8.7.1 Maven SDK for .NET6.
2+
3+ Installation: Add this to your project file.
4+ <PropertyGroup >
5+ <MavenAdditionalRepositories >ome=https://artifacts.openmicroscopy.org/artifactory/maven/;edu.ucar=https://maven.scijava.org/content/repositories/public/ ;</MavenAdditionalRepositories >
6+ </PropertyGroup >
7+ <ItemGroup >
8+ <MavenReference Include="bioformats_package">
9+ <GroupId>ome</GroupId>
10+ <ArtifactId>bioformats_package</ArtifactId>
11+ <Version>7.0.1</Version>
12+ </MavenReference>
13+ <MavenReference Include="cdm-core">
14+ <GroupId>edu.ucar</GroupId>
15+ <ArtifactId>cdm-core</ArtifactId>
16+ <Version>5.3.3</Version>
17+ </MavenReference>
18+ </ItemGroup >
You can’t perform that action at this time.
0 commit comments