| License |
License
Simplified BSD License
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.imglib2 |
| ArtifactId | ArtifactIdimglib2 |
| Last Version | Last Version5.13.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionImgLib2 Core Library
A multidimensional, type-agnostic image processing library.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| imglib2-5.13.0.pom | |
| imglib2-5.13.0.jar | 790 KB |
| imglib2-5.13.0-tests.jar | 512 KB |
| imglib2-5.13.0-sources.jar | 957 KB |
| imglib2-5.13.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.imglib2/imglib2/ -->
<dependency>
<groupId>net.imglib2</groupId>
<artifactId>imglib2</artifactId>
<version>5.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.imglib2/imglib2/
implementation 'net.imglib2:imglib2:5.13.0'
// https://jarcasting.com/artifacts/net.imglib2/imglib2/
implementation ("net.imglib2:imglib2:5.13.0")
'net.imglib2:imglib2:jar:5.13.0'
<dependency org="net.imglib2" name="imglib2" rev="5.13.0">
<artifact name="imglib2" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.imglib2', module='imglib2', version='5.13.0')
)
libraryDependencies += "net.imglib2" % "imglib2" % "5.13.0"
[net.imglib2/imglib2 "5.13.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjdk.jmh : jmh-core | jar | 1.23 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.23 |
| junit : junit | jar | 4.13.2 |
| gov.nist.math : jama | jar | 1.0.3 |