MVN

io.github.msdk : msdk-db-mona

Maven & Gradle

Jul 28, 2019
1 usages

MassBank of America (MoNA), is an auto curating repository for storing, comparing and querying mass spectra of chemical compounds. It is metadata centric and it was designed to allow easy integration into other tools by utilize its REST based application programming interface. At the current time it contains over 200k predicted and 40k unique experimental mass spectra and their associated metadata. The predicted spectra were obtained by utilizing the lipid blast library and the experimental spectra were acquired from 30 different facilities all over the world, including several major research facilities in the United States and Japan. MoNA is utilizing the InChI Key as unique identifier for chemicals and is designed for easy scalability and expendability. This is realized by utilizing common applications like nginx, grails, AngularJS, postgresSQL and tomcat. MoNA is currently integrated in applications like MSDial, BinBase, MZMine and the statistics package R. This was accomplished by utilizing its REST based API, which is also utilized by its main AngularJS based web interface. We consider MoNA to be highly useful for crosslinking mass spectra in publications, identification of unknowns and integration in data acquisition software. This package provides you with access to the REST api of the main MoNA installation.

<dependency>
    <groupId>io.github.msdk</groupId>
    <artifactId>msdk-db-mona</artifactId>
    <version>0.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.msdk : msdk-db-mona to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.27

All Versions

Choose a version of io.github.msdk : msdk-db-mona to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
msdk-db-mona-0.0.27
msdk-db-mona-0.0.26
msdk-db-mona-0.0.25
msdk-db-mona-0.0.24
msdk-db-mona-0.0.23
msdk-db-mona-0.0.22
msdk-db-mona-0.0.21
msdk-db-mona-0.0.20
msdk-db-mona-0.0.19
msdk-db-mona-0.0.18
msdk-db-mona-0.0.17
msdk-db-mona-0.0.16
msdk-db-mona-0.0.15
msdk-db-mona-0.0.14
msdk-db-mona-0.0.13
msdk-db-mona-0.0.12
msdk-db-mona-0.0.11
msdk-db-mona-0.0.10
msdk-db-mona-0.0.9
msdk-db-mona-0.0.8
msdk-db-mona-0.0.7
msdk-db-mona-0.0.6
msdk-db-mona-0.0.5
msdk-db-mona-0.0.4
msdk-db-mona-0.0.3
msdk-db-mona-0.0.2

How to add a dependency to Maven

Add the following io.github.msdk : msdk-db-mona maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.msdk</groupId>
    <artifactId>msdk-db-mona</artifactId>
    <version>0.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.msdk : msdk-db-mona gradle dependency to your build.gradle file:

implementation 'io.github.msdk:msdk-db-mona:0.0.27'

Gradle Kotlin DSL: Add the following io.github.msdk : msdk-db-mona gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.msdk:msdk-db-mona:0.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.msdk : msdk-db-mona sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.msdk" % "msdk-db-mona" % "0.0.27"

Advertisement