Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103590477
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
Mon, Mar 3, 05:16
Size
3 KB
Mime Type
text/xml
Expires
Wed, Mar 5, 05:16 (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
24620254
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>
sc.fiji
</groupId>
<artifactId>
pom-fiji
</artifactId>
<version>
16.0.0
</version>
<relativePath
/>
</parent>
<artifactId>
Colocalisation_Analysis
</artifactId>
<version>
2.2.1-SNAPSHOT
</version>
<name>
plugins/Colocalisation_Analysis.jar
</name>
<description
/>
<url>
http://fiji.sc/Coloc_2
</url>
<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>
<developer>
<id>
hinerm
</id>
<name>
Mark Hiner
</name>
<url>
http://imagej.net/User:Hinerm
</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>
Jean-Yves Tinevez
</name>
<url>
http://imagej.net/User:JeanYvesTinevez
</url>
<properties><id>
tinevez
</id></properties>
</contributor>
</contributors>
<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>
Jenkins
</system>
<url>
http://jenkins.imagej.net/job/Colocalisation_Analysis/
</url>
</ciManagement>
<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