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