Download msdk-io-mzml-0.0.6.jar file

Introduction

You can download msdk-io-mzml-0.0.6.jar in this page.

License

Open Source

Type List

msdk-io-mzml-0.0.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.github.msdk/msdk-io-mzml/pom.properties
META-INF/maven/io.github.msdk/msdk-io-mzml/pom.xml
io.github.msdk.io.mzml.MzMLCV.class
io.github.msdk.io.mzml.MzMLChromatogram.class
io.github.msdk.io.mzml.MzMLConverter.class
io.github.msdk.io.mzml.MzMLFileExportMethod.class
io.github.msdk.io.mzml.MzMLFileImportMethod.class
io.github.msdk.io.mzml.MzMLMsScan.class
io.github.msdk.io.mzml.MzMLRawDataFile.class
log4j.xml

Pom

msdk-io-mzml-0.0.6.pom file content.

<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-io</artifactId>
		<version>0.0.6</version>
	</parent>
	<artifactId>msdk-io-mzml</artifactId>

	<repositories>
		<repository>
			<!-- EBI repository -->
			<id>ebi-repo</id>
			<name>The EBI Maven repository</name>
			<url>http://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/</url>
		</repository>
	</repositories>

	<dependencies>

		<dependency>
			<groupId>io.github.msdk</groupId>
			<artifactId>msdk-datamodel</artifactId>
			<version>${project.version}</version>
		</dependency>
		
		<dependency>
			<groupId>io.github.msdk</groupId>
			<artifactId>msdk-spectra-spectrumtypedetection</artifactId>
			<version>${project.version}</version>
		</dependency>

		<dependency>
			<groupId>uk.ac.ebi.jmzml</groupId>
			<artifactId>jmzml</artifactId>
			<version>1.7.4</version>
		</dependency>

	</dependencies>
	
</project>

POM Entry

<dependency>
   <groupId>io.github.msdk</groupId>
   <artifactId>msdk-io-mzml</artifactId>
   <version>0.0.6</version>
</dependency>

Download

If you think the following msdk-io-mzml-0.0.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download msdk-io-mzml-0.0.6.jar file




PreviousNext

Related