MVN

com.github.chhh : msftbx

Maven & Gradle

Aug 08, 2019
11 stars

MSFTBX · MSFTBX - Mass Spectrometry File Tool Box

<dependency>
    <groupId>com.github.chhh</groupId>
    <artifactId>msftbx</artifactId>
    <version>1.8.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.chhh : msftbx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.8

All Versions

Choose a version of com.github.chhh : msftbx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
msftbx-1.8.8
msftbx-1.8.7
msftbx-1.8.6
msftbx-1.8.5
msftbx-1.8.2
msftbx-1.8.1
msftbx-1.8.0
1.7.x
msftbx-1.7.0
1.6.x
msftbx-1.6.1
msftbx-1.6.0
1.4.x
msftbx-1.4.0
1.3.x
msftbx-1.3.1
msftbx-1.3.0
1.2.x
msftbx-1.2.2
msftbx-1.2.1

How to add a dependency to Maven

Add the following com.github.chhh : msftbx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.chhh</groupId>
    <artifactId>msftbx</artifactId>
    <version>1.8.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.chhh : msftbx gradle dependency to your build.gradle file:

implementation 'com.github.chhh:msftbx:1.8.8'

Gradle Kotlin DSL: Add the following com.github.chhh : msftbx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.chhh:msftbx:1.8.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.chhh : msftbx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.chhh" % "msftbx" % "1.8.8"