msdk-spectra-centroidprofiledetection
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.msdk</groupId>
<artifactId>msdk-spectra-centroidprofiledetection</artifactId>
<version>0.0.27</version>
</dependency><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>io.github.msdk</groupId>
<artifactId>msdk</artifactId>
<version>0.0.27</version>
</parent>
<artifactId>msdk-spectra-centroidprofiledetection</artifactId>
<repositories>
<repository>
<!-- EBI repository -->
<id>nexus-ebi-release-repo</id>
<name>The EBI Maven repository</name>
<url>http://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-repo/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>io.github.msdk</groupId>
<artifactId>msdk-datamodel</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>uk.ac.ebi.jmzml</groupId>
<artifactId>jmzml</artifactId>
<version>1.7.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
</dependencies>
</project>