Categories |
CategoriesFST Data Data Formats Serialization |
---|---|
GroupId | GroupIdorg.micro-manager.ndtiffstorage |
ArtifactId | ArtifactIdNDTiffStorage |
Version | Version2.4.5 |
Type | Typejar |
Filename | Size |
---|---|
NDTiffStorage-2.4.5.pom | |
NDTiffStorage-2.4.5.jar | 65 KB |
NDTiffStorage-2.4.5-sources.jar | 36 KB |
NDTiffStorage-2.4.5-javadoc.jar | 478 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.micro-manager.ndtiffstorage/NDTiffStorage/ -->
<dependency>
<groupId>org.micro-manager.ndtiffstorage</groupId>
<artifactId>NDTiffStorage</artifactId>
<version>2.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.micro-manager.ndtiffstorage/NDTiffStorage/
implementation 'org.micro-manager.ndtiffstorage:NDTiffStorage:2.4.5'
// https://jarcasting.com/artifacts/org.micro-manager.ndtiffstorage/NDTiffStorage/
implementation ("org.micro-manager.ndtiffstorage:NDTiffStorage:2.4.5")
'org.micro-manager.ndtiffstorage:NDTiffStorage:jar:2.4.5'
<dependency org="org.micro-manager.ndtiffstorage" name="NDTiffStorage" rev="2.4.5">
<artifact name="NDTiffStorage" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.micro-manager.ndtiffstorage', module='NDTiffStorage', version='2.4.5')
)
libraryDependencies += "org.micro-manager.ndtiffstorage" % "NDTiffStorage" % "2.4.5"
[org.micro-manager.ndtiffstorage/NDTiffStorage "2.4.5"]