License |
License |
---|---|
GroupId | GroupIdcom.imagingbook |
ArtifactId | ArtifactIdimagingbook-core |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava code for image processing books by W. Burger and M.J. Burge
|
Filename | Size |
---|---|
imagingbook-core-4.0.0.pom | |
imagingbook-core-4.0.0.jar | 13 KB |
imagingbook-core-4.0.0-sources.jar | 16 KB |
imagingbook-core-4.0.0-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.imagingbook/imagingbook-core/ -->
<dependency>
<groupId>com.imagingbook</groupId>
<artifactId>imagingbook-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.imagingbook/imagingbook-core/
implementation 'com.imagingbook:imagingbook-core:4.0.0'
// https://jarcasting.com/artifacts/com.imagingbook/imagingbook-core/
implementation ("com.imagingbook:imagingbook-core:4.0.0")
'com.imagingbook:imagingbook-core:jar:4.0.0'
<dependency org="com.imagingbook" name="imagingbook-core" rev="4.0.0">
<artifact name="imagingbook-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.imagingbook', module='imagingbook-core', version='4.0.0')
)
libraryDependencies += "com.imagingbook" % "imagingbook-core" % "4.0.0"
[com.imagingbook/imagingbook-core "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.imagej : ij | jar | 1.53p |