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