License |
License |
---|---|
Categories |
CategoriesImageJ Business Logic Libraries Computer Vision |
GroupId | GroupIdgov.nih.imagej |
ArtifactId | ArtifactIdimagej |
Last Version | Last Version1.47 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImageJ
Image processing and analysis framework. Allows the user to
record/replay macros and can be extended using plug-ins.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
imagej-1.47.pom | |
imagej-1.47.jar | 1 MB |
imagej-1.47-sources.jar | 1 MB |
imagej-1.47-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/gov.nih.imagej/imagej/ -->
<dependency>
<groupId>gov.nih.imagej</groupId>
<artifactId>imagej</artifactId>
<version>1.47</version>
</dependency>
// https://jarcasting.com/artifacts/gov.nih.imagej/imagej/
implementation 'gov.nih.imagej:imagej:1.47'
// https://jarcasting.com/artifacts/gov.nih.imagej/imagej/
implementation ("gov.nih.imagej:imagej:1.47")
'gov.nih.imagej:imagej:jar:1.47'
<dependency org="gov.nih.imagej" name="imagej" rev="1.47">
<artifact name="imagej" type="jar" />
</dependency>
@Grapes(
@Grab(group='gov.nih.imagej', module='imagej', version='1.47')
)
libraryDependencies += "gov.nih.imagej" % "imagej" % "1.47"
[gov.nih.imagej/imagej "1.47"]