Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 3f47ac8
  • /
  • biovoxxel-bv3dbox-fd7d735
  • /
  • BioVoxxel_3D_Box
  • /
  • pom.xml
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:a664dc6918211285019b0ea267f56e1628f83a0c
directory badge
swh:1:dir:83b5453a7e1851d60b66faab6519d930ecbc8fe7

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>de.biovoxxel</groupId>
	<artifactId>bv3dbox</artifactId>
	<version>1.24.7</version>
  
	<name>BioVoxxel 3D Box</name>
	<inceptionYear>2021</inceptionYear>
	<description>The BioVoxxel 3D Box implements well known functions of the BioVoxxel Toolbox for 3D images using the GPU-accelerated image processing via the clij project family (clij/clij2/clijx/).</description>
	<url>tbd</url>
	<organization>
		<name>BioVoxxel</name>
	 	<url>https://www.biovoxxel.de</url>
	 </organization>
	 
	<parent>
		<relativePath />
		<artifactId>pom-scijava</artifactId>
		<version>37.0.0</version>
		<groupId>org.scijava</groupId>
	</parent>
	
	
	 <developers>
		<developer>
			<id>biovoxxel</id>
			<name>Jan Brocher</name>
			<email>jan.brocher@biovoxxel.de</email>
			<organization>BioVoxxel</organization>
			<roles>
				<role>developer</role>
			</roles>
			<timezone>-6</timezone>
		</developer>
	</developers>
	<contributors>
		<contributor>
			<name>none</name>
		</contributor>
	</contributors>
	
	<licenses>
		<license>
			<name>3-Clause BSD License</name>
			<distribution>repo</distribution>
		</license>
	</licenses>
	
	<properties>
		<package-name>de.biovoxxel.bv3dbox</package-name>
		<license.licenseName>bsd_3</license.licenseName>
		<license.copyrightOwners>Jan Brocher, BioVoxxel</license.copyrightOwners>
		<!--<scijava.app.directory>/home/rhaase/programs/fiji/Fiji.app/</scijava.app.directory>-->
	</properties>
	
		<mailingLists>
		<mailingList>
			<name>ImageSc Forum</name>
			<archive>http://forum.image.sc/</archive>
		</mailingList>
	</mailingLists>
	 
	<scm>
		<url>none</url>
	</scm>
	
	<ciManagement>
		<system>None</system>
	</ciManagement>
	
	<issueManagement>
		<system>GitHub Issues</system>
		<url>https://github.com/biovoxxel/bv3dbox/issues</url>
	</issueManagement>
	
	 
	<repositories>
		<repository>
			<id>imagej.public</id>
			<url>http://maven.imagej.net/content/groups/public</url>
		</repository>
		<repository>	
			<id>jitpack.io</id>
			<url>https://jitpack.io</url>
		</repository>
	</repositories>
	 
	<dependencies>
		<dependency>
			<groupId>net.haesleinhuepf</groupId>
			<artifactId>clij2_</artifactId>
		</dependency>
		<dependency>
			<groupId>net.imagej</groupId>
			<artifactId>ij</artifactId>
		</dependency>
		<dependency>
	       <groupId>org.junit.jupiter</groupId>
	       <artifactId>junit-jupiter-api</artifactId>
	       <scope>test</scope>
	    </dependency>
	    <dependency>
	       <groupId>org.junit.jupiter</groupId>
	       <artifactId>junit-jupiter-engine</artifactId>
	       <scope>test</scope>
	    </dependency>
	    <dependency>
	    	<groupId>net.haesleinhuepf</groupId>
	    	<artifactId>clijx_</artifactId>
	    </dependency>
	    <dependency>
	    	<groupId>org.framagit.mcib3d</groupId>
	    	<artifactId>mcib3d-core</artifactId>
	    	<version>4.0.1</version>
	    </dependency>
	    <!-- https://mvnrepository.com/artifact/sc.fiji/Fiji_Plugins -->
		<dependency>
		    <groupId>sc.fiji</groupId>
		    <artifactId>Fiji_Plugins</artifactId>
		</dependency>

		<dependency>
			<groupId>net.haesleinhuepf</groupId>
			<artifactId>clijx-assistant-imagej2_</artifactId>
			<version>0.6.0.1</version>
		</dependency>
		<dependency>
		    <groupId>net.haesleinhuepf</groupId>
		    <artifactId>clijx-assistant-morpholibj_</artifactId>
		    <version>0.6.0.1</version>
		</dependency>
	</dependencies>
	
	<build>
		<resources>
			<resource>
				<directory>src/main/resources/legacy</directory>			
					<includes>
						<include>plugins.config</include>
					</includes>
			</resource>
			<resource>
				<directory>src/main/resources/luts</directory>			
					<includes>
						<include>*.*</include>
					</includes>	
			</resource>
			<resource>
			<directory>src/main/resources/example/code</directory>
				<excludes>
					<exclude>*.*</exclude>
				</excludes>
			</resource>
		</resources>
	  <plugins>
	    <plugin>
	      <groupId>org.apache.maven.plugins</groupId>
	      <artifactId>maven-jar-plugin</artifactId>
	     <configuration>
	        <outputDirectory>D:\BioVoxxel\Fiji\Fiji.app - BVTB 3.0\plugins</outputDirectory>
	      </configuration>
	    </plugin>
	  </plugins>
	</build>
	 
  
</project>

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API