Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90371109
pom.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 1, 01:19
Size
4 KB
Mime Type
text/xml
Expires
Sun, Nov 3, 01:19 (2 d)
Engine
blob
Format
Raw Data
Handle
22063690
Attached To
R6269 BIOP Run Macro
pom.xml
View Options
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.scijava
</groupId>
<artifactId>
pom-scijava
</artifactId>
<version>
13.2.1
</version>
<relativePath
/>
</parent>
<groupId>
sc.fiji
</groupId>
<artifactId>
Colocalisation_Analysis
</artifactId>
<version>
2.2.3-SNAPSHOT
</version>
<name>
Coloc 2
</name>
<description>
Fiji's plugin for colocalization analysis.
</description>
<url>
https://imagej.net/Coloc_2
</url>
<inceptionYear>
2009
</inceptionYear>
<organization>
<name>
Fiji
</name>
<url>
http://fiji.sc/
</url>
</organization>
<licenses>
<license>
<name>
GNU General Public License v3+
</name>
<url>
http://www.gnu.org/licenses/gpl.html
</url>
<distribution>
repo
</distribution>
</license>
</licenses>
<developers>
<developer>
<id>
chalkie666
</id>
<name>
Daniel James White
</name>
<url>
http://imagej.net/User:White
</url>
<roles>
<role>
lead
</role>
<role>
reviewer
</role>
<role>
support
</role>
<role>
maintainer
</role>
</roles>
</developer>
<developer>
<id>
tomka
</id>
<name>
Tom Kazimiers
</name>
<url>
http://imagej.net/User:Kazimiers
</url>
<roles>
<role>
lead
</role>
<role>
debugger
</role>
<role>
reviewer
</role>
</roles>
</developer>
<developer>
<id>
etarena
</id>
<name>
Ellen Arena
</name>
<url>
http://imagej.net/User:Etarena
</url>
<roles>
<role>
developer
</role>
<role>
debugger
</role>
<role>
reviewer
</role>
<role>
support
</role>
</roles>
</developer>
<developer>
<id>
ctrueden
</id>
<name>
Curtis Rueden
</name>
<url>
http://imagej.net/User:Rueden
</url>
<roles>
<role>
maintainer
</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>
Johannes Schindelin
</name>
<url>
http://imagej.net/User:Schindelin
</url>
<roles><role>
founder
</role></roles>
<properties><id>
dscho
</id></properties>
</contributor>
<contributor>
<name>
Jan Eglinger
</name>
<url>
http://imagej.net/User:Eglinger
</url>
<properties><id>
imagejan
</id></properties>
</contributor>
<contributor>
<name>
Leonardo Guizzetti
</name>
<properties><id>
leonardicus
</id></properties>
</contributor>
<contributor>
<name>
Mark Hiner
</name>
<url>
http://imagej.net/User:Hinerm
</url>
<properties><id>
hinerm
</id></properties>
</contributor>
<contributor>
<name>
Jean-Yves Tinevez
</name>
<url>
http://imagej.net/User:JeanYvesTinevez
</url>
<properties><id>
tinevez
</id></properties>
</contributor>
</contributors>
<mailingLists>
<mailingList>
<name>
ImageJ Forum
</name>
<archive>
http://forum.imagej.net/
</archive>
</mailingList>
</mailingLists>
<scm>
<connection>
scm:git:git://github.com/fiji/Colocalisation_Analysis
</connection>
<developerConnection>
scm:git:git@github.com:fiji/Colocalisation_Analysis
</developerConnection>
<tag>
HEAD
</tag>
<url>
https://github.com/fiji/Colocalisation_Analysis
</url>
</scm>
<issueManagement>
<system>
github.com
</system>
<url>
https://github.com/fiji/Colocalisation_Analysis
</url>
</issueManagement>
<ciManagement>
<system>
Travis CI
</system>
<url>
https://travis-ci.org/fiji/Colocalisation_Analysis
</url>
</ciManagement>
<properties>
<license.licenseName>
gpl_v3
</license.licenseName>
<license.copyrightOwners>
Fiji developers.
</license.copyrightOwners>
</properties>
<repositories>
<!-- NB: for project parent -->
<repository>
<id>
imagej.public
</id>
<url>
http://maven.imagej.net/content/groups/public
</url>
</repository>
</repositories>
<dependencies>
<!-- Fiji dependencies -->
<dependency>
<groupId>
sc.fiji
</groupId>
<artifactId>
fiji-lib
</artifactId>
</dependency>
<!-- ImageJ dependencies -->
<dependency>
<groupId>
net.imagej
</groupId>
<artifactId>
ij
</artifactId>
</dependency>
<!-- ImgLib2 dependencies -->
<dependency>
<groupId>
net.imglib2
</groupId>
<artifactId>
imglib2
</artifactId>
</dependency>
<dependency>
<groupId>
net.imglib2
</groupId>
<artifactId>
imglib2-algorithm
</artifactId>
</dependency>
<dependency>
<groupId>
net.imglib2
</groupId>
<artifactId>
imglib2-ij
</artifactId>
</dependency>
<!-- Third party dependencies -->
<dependency>
<groupId>
com.itextpdf
</groupId>
<artifactId>
itextpdf
</artifactId>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
Event Timeline
Log In to Comment