License |
License
Simplified BSD License
|
---|---|
Categories |
CategoriesNet ImageJ Business Logic Libraries Computer Vision |
GroupId | GroupIdnet.imagej |
ArtifactId | ArtifactIdij1-patcher |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionImageJ 1.x Patcher
A runtime patcher to introduce extension points into the original ImageJ (1.x). This project offers extension points for use with ImageJ2 and it also offers limited support for headless operations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ij1-patcher-1.2.2.pom | |
ij1-patcher-1.2.2.jar | 165 KB |
ij1-patcher-1.2.2-tests.jar | 47 KB |
ij1-patcher-1.2.2-sources.jar | 116 KB |
ij1-patcher-1.2.2-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.imagej/ij1-patcher/ -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij1-patcher</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.imagej/ij1-patcher/
implementation 'net.imagej:ij1-patcher:1.2.2'
// https://jarcasting.com/artifacts/net.imagej/ij1-patcher/
implementation ("net.imagej:ij1-patcher:1.2.2")
'net.imagej:ij1-patcher:jar:1.2.2'
<dependency org="net.imagej" name="ij1-patcher" rev="1.2.2">
<artifact name="ij1-patcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.imagej', module='ij1-patcher', version='1.2.2')
)
libraryDependencies += "net.imagej" % "ij1-patcher" % "1.2.2"
[net.imagej/ij1-patcher "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
net.imagej : ij | jar | 1.53r |
org.javassist : javassist | jar | 3.28.0-GA |
Group / Artifact | Type | Version |
---|---|---|
org.scijava : scijava-common | jar | 2.87.1 |
junit : junit | jar | 4.13.2 |