Download msdk-io-mztab-0.0.6.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/io.github.msdk/msdk-io-mztab/pom.properties
META-INF/maven/io.github.msdk/msdk-io-mztab/pom.xml
io.github.msdk.io.mztab.MzTabFileExportMethod.class
io.github.msdk.io.mztab.MzTabFileImportMethod.class

Pom

msdk-io-mztab-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-mztab</artifactId>

    <properties>
        <jmztab.version>3.0.2</jmztab.version>
    </properties>

    <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>uk.ac.ebi.pride</groupId>
            <artifactId>jmztab-modular-model</artifactId>
            <version>${jmztab.version}</version>
            <exclusions>
                <exclusion>
                    <artifactId>logback-classic</artifactId>
                    <groupId>ch.qos.logback</groupId>
                </exclusion>

            </exclusions>
        </dependency>

        <dependency>
            <groupId>uk.ac.ebi.pride</groupId>
            <artifactId>jmztab-modular-util</artifactId>
            <version>${jmztab.version}</version>
            <exclusions>
                <exclusion>
                    <artifactId>logback-classic</artifactId>
                    <groupId>ch.qos.logback</groupId>
                </exclusion>
            </exclusions>
        </dependency>

        <dependency>
            <groupId>org.openscience.cdk</groupId>
            <artifactId>cdk-data</artifactId>
            <version>${cdk.version}</version>
        </dependency>

        <dependency>
            <groupId>org.openscience.cdk</groupId>
            <artifactId>cdk-smiles</artifactId>
            <version>${cdk.version}</version>
        </dependency>
        
    </dependencies>

</project>

POM Entry

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

Download

If you think the following msdk-io-mztab-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-mztab-0.0.6.jar file




PreviousNext

Related