is not current version
Last Version 1.2.2

net.imagej:ij1-patcher 0.12.6

A runtime patcher to introduce extension points into ImageJ 1.x. This project offers extension points for use with ImageJ2 and it also offers (limited) support for headless operations.

Categories

Categories

Net ImageJ Business Logic Libraries Computer Vision
GroupId

GroupId

net.imagej
ArtifactId

ArtifactId

ij1-patcher
Version

Version

0.12.6
Type

Type

jar

Download ij1-patcher 0.12.6


<!-- https://jarcasting.com/artifacts/net.imagej/ij1-patcher/ -->
<dependency>
    <groupId>net.imagej</groupId>
    <artifactId>ij1-patcher</artifactId>
    <version>0.12.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.imagej/ij1-patcher/
implementation 'net.imagej:ij1-patcher:0.12.6'
// https://jarcasting.com/artifacts/net.imagej/ij1-patcher/
implementation ("net.imagej:ij1-patcher:0.12.6")
'net.imagej:ij1-patcher:jar:0.12.6'
<dependency org="net.imagej" name="ij1-patcher" rev="0.12.6">
  <artifact name="ij1-patcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.imagej', module='ij1-patcher', version='0.12.6')
)
libraryDependencies += "net.imagej" % "ij1-patcher" % "0.12.6"
[net.imagej/ij1-patcher "0.12.6"]