| License |
License |
|---|---|
| Categories |
CategoriesNet ImageJ Business Logic Libraries Computer Vision |
| GroupId | GroupIdnet.imagej |
| ArtifactId | ArtifactIdij |
| Last Version | Last Version1.53s |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionImageJ
ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ij-1.53s.pom | |
| ij-1.53s.jar | 2 MB |
| ij-1.53s-sources.jar | 1 MB |
| ij-1.53s-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.imagej/ij/ -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>1.53s</version>
</dependency>
// https://jarcasting.com/artifacts/net.imagej/ij/
implementation 'net.imagej:ij:1.53s'
// https://jarcasting.com/artifacts/net.imagej/ij/
implementation ("net.imagej:ij:1.53s")
'net.imagej:ij:jar:1.53s'
<dependency org="net.imagej" name="ij" rev="1.53s">
<artifact name="ij" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.imagej', module='ij', version='1.53s')
)
libraryDependencies += "net.imagej" % "ij" % "1.53s"
[net.imagej/ij "1.53s"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |