DEPRECATED.
In the past, this was used as POM parent for core ImgLib2 projects. Now, pom-scijava is used instead.
License |
License
Simplified BSD License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.imglib2 |
ArtifactId | ArtifactIdpom-imglib2 |
Last Version | Last Version13.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionImgLib2 Parent POM
Parent POM for imglib2 projects. This is an intermediate layer to move imglib2 forward as a whole, independently of other SciJava projects. A stable set of versions is propagated to pom-scijava frequently. Projects consuming imglib2 should normally inherit pom-scijava rather than pom-imglib2.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pom-imglib2-13.0.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.imglib2/pom-imglib2/ -->
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>pom-imglib2</artifactId>
<version>13.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.imglib2/pom-imglib2/
implementation 'net.imglib2:pom-imglib2:13.0.0'
// https://jarcasting.com/artifacts/net.imglib2/pom-imglib2/
implementation ("net.imglib2:pom-imglib2:13.0.0")
'net.imglib2:pom-imglib2:pom:13.0.0'
<dependency org="net.imglib2" name="pom-imglib2" rev="13.0.0">
<artifact name="pom-imglib2" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.imglib2', module='pom-imglib2', version='13.0.0')
)
libraryDependencies += "net.imglib2" % "pom-imglib2" % "13.0.0"
[net.imglib2/pom-imglib2 "13.0.0"]
DEPRECATED.
In the past, this was used as POM parent for core ImgLib2 projects. Now, pom-scijava is used instead.