Skip to content

saalfeldlab/maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saalfeld Lab Releases for Maven Users

This maven repository contains stable releases of Saalfeld Lab software not available in Maven Central.
Lab members can find information on how to package and publish releases here.

How to use

Add this to your pom.xml:

<repositories>
    <repository>
        <id>saalfeld-lab-maven-repo</id>
        <url>https://saalfeldlab.github.io/maven</url>
    </repository>
</repositories>

Then add dependencies for the specific components you wish to use.

Renderer Toolkit Releases

Version Date Source
0.3.0 5 Jan 2017 [https://github.com/saalfeldlab/render/tree/v0.3.0]
1.0.0 5 Jun 2017 [https://github.com/saalfeldlab/render/tree/v1.0.0]
2.0.1 27 Jul 2018 [https://github.com/saalfeldlab/render/tree/v2.0.1]
2.0.2 10 Jan 2019 [https://github.com/saalfeldlab/render/tree/v2.0.2]
2.1.0 08 Nov 2019 [https://github.com/saalfeldlab/render/tree/v2.1.0]
2.3.0 07 Aug 2020 [https://github.com/saalfeldlab/render/tree/v2.3.0]
3.0.0 24 Jan 2022 [https://github.com/saalfeldlab/render/tree/v3.0.0]

Components

<dependencies>
    <dependency>
        <!-- Core render models and processing components -->
        <groupId>org.janelia.render</groupId>
        <artifactId>render-app</artifactId>
        <version>${render.version}</version>
    </dependency>
    <dependency>
        <!-- Render web service components -->
        <groupId>org.janelia.render</groupId>
        <artifactId>render-ws</artifactId>
        <version>${render.version}</version>
        <classifier>classes</classifier>
    </dependency>
    <dependency>
        <!-- Java client components that utilize render web services -->
        <groupId>org.janelia.render</groupId>
        <artifactId>render-ws-java-client</artifactId>
        <version>${render.version}</version>
    </dependency>
    <dependency>
        <!-- Spark client components that utilize render web services -->
        <groupId>org.janelia.render</groupId>
        <artifactId>render-ws-spark-client</artifactId>
        <version>${render.version}</version>
    </dependency>
    <dependency>
        <!-- Tools and scripts for translating data between the TrakEM2 and Render models -->
        <groupId>org.janelia.render</groupId>
        <artifactId>trakem2-scripts</artifactId>
        <version>${render.version}</version>
    </dependency>
</dependencies>

N5 Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5</artifactId>
        <version>${n5.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 21 Jun 2017 [https://github.com/saalfeldlab/n5/tree/1.0.0]
1.1.0 23 Jun 2017 [https://github.com/saalfeldlab/n5/tree/1.1.0]
1.1.1 28 Jun 2017 [https://github.com/saalfeldlab/n5/tree/1.1.1]
1.1.3 28 Jun 2017 [https://github.com/saalfeldlab/n5/tree/1.1.3]
1.2.0 25 Aug 2017 [https://github.com/saalfeldlab/n5/tree/1.2.0]
1.3.0 18 Dec 2017 [https://github.com/saalfeldlab/n5/tree/1.3.0]
1.4.0 20 Dec 2017 [https://github.com/saalfeldlab/n5/tree/1.4.0]
1.5.0 16 Jan 2018 [https://github.com/saalfeldlab/n5/tree/1.5.0]
2.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5/tree/2.0.0]
2.0.1 02 Feb 2018 [https://github.com/saalfeldlab/n5/tree/2.0.1]
2.0.2 12 Mar 2018 [https://github.com/saalfeldlab/n5/tree/2.0.2]
2.1.0 02 May 2019 [https://github.com/saalfeldlab/n5/tree/2.1.0]
2.1.1 18 Jul 2019 [https://github.com/saalfeldlab/n5/tree/2.1.1]
2.1.2 02 Oct 2019 [https://github.com/saalfeldlab/n5/tree/2.1.2]
2.1.3 07 Nov 2019 [https://github.com/saalfeldlab/n5/tree/2.1.3]
2.1.4 13 Feb 2020 [https://github.com/saalfeldlab/n5/tree/2.1.4]
2.1.5 02 Mar 2020 [https://github.com/saalfeldlab/n5/tree/2.1.5]
2.1.6 03 Mar 2020 [https://github.com/saalfeldlab/n5/tree/2.1.6]
2.2.0 09 Apr 2020 [https://github.com/saalfeldlab/n5/tree/2.2.0]

N5 Blosc Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-blosc</artifactId>
        <version>${n5-blosc.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 24 Sep 2019 [https://github.com/saalfeldlab/n5-blosc/tree/1.0.0]
1.0.1 07 Nov 2019 [https://github.com/saalfeldlab/n5-blosc/tree/1.0.1]

N5 HDF5 Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-hdf5</artifactId>
        <version>${n5-hdf5.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5-hdf5/tree/1.0.0]
1.0.1 02 Feb 2018 [https://github.com/saalfeldlab/n5-hdf5/tree/1.0.1]
1.0.2 12 Mar 2018 [https://github.com/saalfeldlab/n5-hdf5/tree/1.0.2]
1.0.3 19 Feb 2019 [https://github.com/saalfeldlab/n5-hdf5/tree/1.0.3]
1.0.4 27 Jun 2019 [https://github.com/saalfeldlab/n5-hdf5/tree/1.0.4]

N5 ImgLib2 Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-imglib2</artifactId>
        <version>${n5-imglib2.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 21 Jun 2017 [https://github.com/saalfeldlab/n5-imglib2/tree/1.0.0]
1.1.0 18 Dec 2017 [https://github.com/saalfeldlab/n5-imglib2/tree/1.1.0]
2.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5-imglib2/tree/2.0.0]
2.1.0 13 Mar 2018 [https://github.com/saalfeldlab/n5-imglib2/tree/2.1.0]
2.1.1 14 Mar 2018 [https://github.com/saalfeldlab/n5-imglib2/tree/2.1.1]
3.0.0 11 May 2018 [https://github.com/saalfeldlab/n5-imglib2/tree/3.0.0]
3.1.0 13 Feb 2019 [https://github.com/saalfeldlab/n5-imglib2/tree/3.1.0]
3.2.0 21 Feb 2019 [https://github.com/saalfeldlab/n5-imglib2/tree/3.2.0]
3.3.0 28 Mar 2019 [https://github.com/saalfeldlab/n5-imglib2/tree/3.3.0]
3.4.0 09 Jul 2019 [https://github.com/saalfeldlab/n5-imglib2/tree/3.4.0]
3.4.1 05 Aug 2019 [https://github.com/saalfeldlab/n5-imglib2/tree/3.4.1]
3.5.0 10 Apr 2020 [https://github.com/saalfeldlab/n5-imglib2/tree/3.5.0]

N5 Spark Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-spark</artifactId>
        <version>${n5-spark.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 17 Sep 2017 [https://github.com/saalfeldlab/n5-spark/tree/1.0.0]
1.1.0 19 Dec 2017 [https://github.com/saalfeldlab/n5-spark/tree/1.1.0]
2.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5-spark/tree/2.0.0]
2.1.0 13 Mar 2018 [https://github.com/saalfeldlab/n5-spark/tree/2.1.0]
3.0.0 22 Jun 2018 [https://github.com/saalfeldlab/n5-spark/tree/3.0.0]
3.1.0 08 Feb 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.1.0]
3.2.0 29 Apr 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.2.0]
3.2.1 30 Apr 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.2.1]
3.2.2 13 May 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.2.2]
3.3.0 16 May 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.3.0]
3.3.1 21 May 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.3.1]
3.3.2 14 Nov 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.3.2]
3.4.0 10 Dec 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.4.0]
3.4.1 11 Dec 2019 [https://github.com/saalfeldlab/n5-spark/tree/3.4.1]
3.5.0 05 Mar 2020 [https://github.com/saalfeldlab/n5-spark/tree/3.5.0]
3.5.1 09 Mar 2020 [https://github.com/saalfeldlab/n5-spark/tree/3.5.1]
3.5.2 18 Mar 2020 [https://github.com/saalfeldlab/n5-spark/tree/3.5.2]
3.5.3 18 Mar 2020 [https://github.com/saalfeldlab/n5-spark/tree/3.5.3]
3.6.0 22 Apr 2020 [https://github.com/saalfeldlab/n5-spark/tree/3.6.0]
3.7.0 29 Apr 2020 [https://github.com/saalfeldlab/n5-spark/tree/3.7.0]

N5 AWS S3 Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-aws-s3</artifactId>
        <version>${n5-aws-s3.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 19 Dec 2017 [https://github.com/saalfeldlab/n5-aws-s3/tree/1.0.0]
2.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5-aws-s3/tree/2.0.0]
2.0.1 02 Feb 2018 [https://github.com/saalfeldlab/n5-aws-s3/tree/2.0.1]
2.0.2 14 Mar 2018 [https://github.com/saalfeldlab/n5-aws-s3/tree/2.0.2]
2.1.0 23 Apr 2018 [https://github.com/saalfeldlab/n5-aws-s3/tree/2.1.0]
3.0.0 13 Feb 2020 [https://github.com/saalfeldlab/n5-aws-s3/tree/3.0.0]
3.1.0 13 Apr 2020 [https://github.com/saalfeldlab/n5-aws-s3/tree/3.1.0]
3.1.1 26 Apr 2020 [https://github.com/saalfeldlab/n5-aws-s3/tree/3.1.1]

N5 Google Cloud Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-google-cloud</artifactId>
        <version>${n5-google-cloud.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 19 Dec 2017 [https://github.com/saalfeldlab/n5-google-cloud/tree/1.0.0]
2.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.0.0]
2.0.1 02 Feb 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.0.1]
2.0.2 14 Mar 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.0.2]
2.1.0 19 Apr 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.1.0]
2.1.1 20 Apr 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.1.1]
2.2.0 20 Apr 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.2.0]
2.3.0 23 Apr 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.3.0]
2.3.1 23 Apr 2018 [https://github.com/saalfeldlab/n5-google-cloud/tree/2.3.1]
3.0.0 08 Apr 2020 [https://github.com/saalfeldlab/n5-google-cloud/tree/3.0.0]
3.1.0 13 Apr 2020 [https://github.com/saalfeldlab/n5-google-cloud/tree/3.1.0]
3.2.0 22 Apr 2020 [https://github.com/saalfeldlab/n5-google-cloud/tree/3.2.0]
3.2.1 26 Apr 2020 [https://github.com/saalfeldlab/n5-google-cloud/tree/3.2.1]

N5 Viewer Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-viewer_fiji</artifactId>
        <version>${n5-viewer_fiji.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
1.0.0 30 Jun 2017 [https://github.com/saalfeldlab/n5-viewer/tree/1.0.0]
1.2.0 19 Dec 2017 [https://github.com/saalfeldlab/n5-viewer/tree/1.2.0]
2.0.0 17 Jan 2018 [https://github.com/saalfeldlab/n5-viewer/tree/2.0.0]
2.1.0 02 Aug 2018 [https://github.com/saalfeldlab/n5-viewer/tree/2.1.0]
2.2.0 08 Aug 2019 [https://github.com/saalfeldlab/n5-viewer/tree/2.2.0]

N5 JPEG Releases

Version Date Source
0.0.1-beta1 07 Oct 2020 [https://github.com/saalfeldlab/n5-jpeg/tree/n5-jpeg-0.0.1-beta1]

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-jpeg</artifactId>
        <version>${n5-jpeg.version}</version>
    </dependency>
</dependencies>

N5 Label Multisets Releases (DEPRECATED)

Version Date Source
0.1.0 19 Apr 2018 [https://github.com/saalfeldlab/n5-label-multisets/tree/0.1.0]
0.2.0 30 Apr 2018 [https://github.com/saalfeldlab/n5-label-multisets/tree/0.2.0]
0.3.0 28 Jun 2018 [https://github.com/saalfeldlab/n5-label-multisets/tree/0.3.0]
0.4.0 18 Aug 2018 [https://github.com/saalfeldlab/n5-label-multisets/tree/0.4.0]
0.4.1 12 Sep 2018 [https://github.com/saalfeldlab/n5-label-multisets/tree/0.4.1]

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-label-multisets</artifactId>
        <version>${n5-label-multisets.version}</version>
    </dependency>
</dependencies>

ImgLib2 Label Multisets Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>net.imglib2</groupId>
        <artifactId>imglib2-label-multisets</artifactId>
        <version>${imglib2-label-multisets.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
0.5.0 05 Mar 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.5.0]
0.6.0 12 Mar 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.6.0]
0.7.0 10 Apr 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.7.0]
0.8.0 12 Apr 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.8.0]
0.8.1 25 Apr 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.8.1]
0.8.2 05 Aug 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.8.2]
0.9.0 03 Oct 2019 [https://github.com/saalfeldlab/imglib2-label-multisets/tree/0.9.0]

N5 Utils Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-utils</artifactId>
        <version>${n5-utils.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
0.0.2 11 Dec 2018 [https://github.com/saalfeldlab/n5-utils/tree/0.0.2]

N5 Zarr Releases

This artifact moved to maven.scijava.org. Please use

<repositories>
	<repository>
		<id>scijava.public</id>
		<url>https://maven.scijava.org/content/groups/public</url>
	</repository>
</repositories>

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>n5-zarr</artifactId>
        <version>${n5-zarr.version}</version>
    </dependency>
</dependencies>

History in this repository

Version Date Source
0.0.1-beta 01 Oct 2019 [https://github.com/saalfeldlab/n5-zarr/tree/0.0.1-beta]
0.0.2-beta 01 Oct 2019 [https://github.com/saalfeldlab/n5-zarr/tree/0.0.2-beta]
0.0.3-beta 11 May 2020 [https://github.com/saalfeldlab/n5-zarr/tree/0.0.3-beta]

BigCAT Releases

Version Date Source
0.0.1-beta-1 1 Sep 2017 [https://github.com/saalfeldlab/bigcat/tree/0.0.1-beta-1]
0.0.3-beta-1 6 Feb 2018 [https://github.com/saalfeldlab/bigcat/tree/0.0.3-beta-1]

Components

<dependencies>
    <dependency>
        <groupId>sc.fiji</groupId>
        <artifactId>bigcat</artifactId>
        <version>${bigcat.version}</version>
    </dependency>
</dependencies>

Label Utilities Releases

Version Date Source
0.1.0 06 Sep 2018 [https://github.com/saalfeldlab/label-utilities/tree/0.1.0]

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>label-utilities</artifactId>
        <version>${label-utilities.version}</version>
    </dependency>
</dependencies>

Label Utilities Spark Releases

Version Date Source
0.1.0 29 Jun 2018 [https://github.com/saalfeldlab/label-utilities-spark/tree/0.1.0]
0.1.1 03 Jul 2018 [https://github.com/saalfeldlab/label-utilities-spark/tree/0.1.1]
0.2.0 20 Jul 2018 [https://github.com/saalfeldlab/label-utilities-spark/tree/0.2.0]
0.8.0 15 Apr 2019 [https://github.com/saalfeldlab/label-utilities-spark/tree/0.8.0]
0.8.1 15 Apr 2019 [https://github.com/saalfeldlab/label-utilities-spark/tree/0.8.1]

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>label-utilities-spark</artifactId>
        <version>${label-utilities-spark.version}</version>
    </dependency>
</dependencies>

Paintera Releases

Version Date Source
0.1.0 09 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.1.0]
0.1.1 12 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.1.1]
0.1.2 13 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.1.2]
0.2.0 16 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.2.0]
0.2.1 18 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.2.1]
0.2.2 25 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.2.2]
0.2.3 31 Jul 2018 [https://github.com/saalfeldlab/paintera/tree/0.2.3]
0.2.4 14 Aug 2018 [https://github.com/saalfeldlab/paintera/tree/0.2.4]
0.2.5 16 Aug 2018 [https://github.com/saalfeldlab/paintera/tree/0.2.5]
0.3.0 21 Aug 2018 [https://github.com/saalfeldlab/paintera/tree/0.3.0]
0.4.0 28 Aug 2018 [https://github.com/saalfeldlab/paintera/tree/0.4.0]

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>paintera</artifactId>
        <version>${paintera.version}</version>
    </dependency>
</dependencies>

Paintera Conversion Helper Releases

Version Date Source
0.1.0 03 Jul 2018 [https://github.com/saalfeldlab/paintera-conversion-helper/tree/0.1.0]
0.1.1 19 Jul 2018 [https://github.com/saalfeldlab/paintera-conversion-helper/tree/0.1.1]
0.2.0 20 Jul 2018 [https://github.com/saalfeldlab/paintera-conversion-helper/tree/0.2.0]
0.3.0 13 Aug 2018 [https://github.com/saalfeldlab/paintera-conversion-helper/tree/0.3.0]

Components

<dependencies>
    <dependency>
        <groupId>org.janelia.saalfeldlab</groupId>
        <artifactId>paintera-conversion-helper</artifactId>
        <version>${paintera-conversion-helper.version}</version>
    </dependency>
</dependencies>

ImgLib2 ImgLyb

Version Date Source
0.1.0 10 Jul 2018 [https://github.com/hanslovsky/imglib2-imglyb/tree/0.1.0]
0.2.0 16 Jul 2018 [https://github.com/hanslovsky/imglib2-imglyb/tree/0.2.0]
0.2.1 16 Jul 2018 [https://github.com/hanslovsky/imglib2-imglyb/tree/0.2.1]
0.2.2 18 Jul 2018 [https://github.com/hanslovsky/imglib2-imglyb/tree/0.2.2]
0.3.0 30 Aug 2018 [https://github.com/hanslovsky/imglib2-imglyb/tree/0.3.0]

Components

<dependencies>
    <dependency>
        <groupId>net.imglib</groupId>
        <artifactId>imglib2-imglyb</artifactId>
        <version>${imglib2-imglyb.version}</version>
    </dependency>
</dependencies>

Surface Fit Releases

Version Date Source
1.1.6-beta-1 7 May 2021 [https://github.com/JaneliaSciComp/SurfaceFit/tree/v1.1.6-beta-1]

Components

<dependencies>
    <dependency>
        <groupId>de.mpicbg.scf</groupId>
	<artifactId>MinCostZSurface_</artifactId>
	<version>1.1.6-beta-1</version>
    </dependency>
</dependencies>

javacpp-embedded-python Releases

Version Date Source
1.0.0 17 Jun 2020 [https://github.com/saalfeldlab/javacpp-embedded-python/tree/1.0.0]

Components

<dependencies>
    <dependency>
        <groupId>org.bytedeco</groupId>
        <artifactId>javacpp-embedded-python</artifactId>
        <version>1.0.0</version>
    </dependency>
</dependencies>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages