Categories |
CategoriesNet ImageJ Business Logic Libraries Computer Vision |
---|---|
GroupId | GroupIdnet.imagej |
ArtifactId | ArtifactIdij1-patcher |
Version | Version0.12.8 |
Type | Typejar |
Filename | Size |
---|---|
ij1-patcher-0.12.8.pom | |
ij1-patcher-0.12.8.jar | 151 KB |
ij1-patcher-0.12.8-tests.jar | 48 KB |
ij1-patcher-0.12.8-sources.jar | 109 KB |
ij1-patcher-0.12.8-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.imagej/ij1-patcher/ -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij1-patcher</artifactId>
<version>0.12.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.imagej/ij1-patcher/
implementation 'net.imagej:ij1-patcher:0.12.8'
// https://jarcasting.com/artifacts/net.imagej/ij1-patcher/
implementation ("net.imagej:ij1-patcher:0.12.8")
'net.imagej:ij1-patcher:jar:0.12.8'
<dependency org="net.imagej" name="ij1-patcher" rev="0.12.8">
<artifact name="ij1-patcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.imagej', module='ij1-patcher', version='0.12.8')
)
libraryDependencies += "net.imagej" % "ij1-patcher" % "0.12.8"
[net.imagej/ij1-patcher "0.12.8"]