License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.ij-plugins |
ArtifactId | ArtifactIdijp_dcraw |
Last Version | Last Version1.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionijp_dcraw
ijp-dcraw provides ImageJ plugin to read raw images using DCRAW. For more detailed information see IJP-ImageIO home page: https://github.com/ij-plugins/ijp-dcraw.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ijp_dcraw-1.7.0.pom | |
ijp_dcraw-1.7.0.jar | 26 KB |
ijp_dcraw-1.7.0-sources.jar | 17 KB |
ijp_dcraw-1.7.0-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp_dcraw/ -->
<dependency>
<groupId>net.sf.ij-plugins</groupId>
<artifactId>ijp_dcraw</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp_dcraw/
implementation 'net.sf.ij-plugins:ijp_dcraw:1.7.0'
// https://jarcasting.com/artifacts/net.sf.ij-plugins/ijp_dcraw/
implementation ("net.sf.ij-plugins:ijp_dcraw:1.7.0")
'net.sf.ij-plugins:ijp_dcraw:jar:1.7.0'
<dependency org="net.sf.ij-plugins" name="ijp_dcraw" rev="1.7.0">
<artifact name="ijp_dcraw" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ij-plugins', module='ijp_dcraw', version='1.7.0')
)
libraryDependencies += "net.sf.ij-plugins" % "ijp_dcraw" % "1.7.0"
[net.sf.ij-plugins/ijp_dcraw "1.7.0"]
Group / Artifact | Type | Version |
---|---|---|
net.imagej : ij | jar | 1.53q |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.novocode : junit-interface | jar | 0.11 |