MVN

io.github.nilshoffmann : maltcms-modules

Maven & Gradle

Aug 11, 2023
1 stars

Maltcms-Modules · Maltcms, short for "Modular Application Toolkit for Chromatography Mass-Spectrometry" is an application framework mainly suited for developers working in the domain of bioinformatics for metabolomics and proteomics. Its aim is to provide reusable, efficient datastructures, abstracting from the various low-level data-formats like netcdf (ANDIMS), mzXML, mzData and mzML and providing consistent access to data features like mass spectra, chromatograms and metadata. Furthermore, Maltcms provides a platform for the implementation and execution of processing pipelines. New and existing algorithms can be easily implemented or included and executed together with existing processing elements.

<dependency>
    <groupId>io.github.nilshoffmann</groupId>
    <artifactId>maltcms-modules</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nilshoffmann : maltcms-modules to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.github.nilshoffmann : maltcms-modules to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
maltcms-modules-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.nilshoffmann</groupId>
    <artifactId>maltcms-modules</artifactId>
    <version>2.0.0</version>
</dependency>