Skip to content

Commit bf1dbb7

Browse files
authored
Update Readme.md
1 parent 3f490d8 commit bf1dbb7

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

Readme.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
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>

0 commit comments

Comments
 (0)