MVN

org.bessantlab : xTracker

Maven & Gradle

Mar 09, 2016

X-Tracker is a PSI-standards-compliant software framework for supporting mass spectrometry-based protein quantitation. Through an abstraction of the main steps involved in quantitation, X-Tracker should technically be able to support quantitation by means of all the current protocols, both at MS1 and/or MS2 level, and provide a flexible, platform-independent quantitation environment.

<dependency>
    <groupId>org.bessantlab</groupId>
    <artifactId>xTracker</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bessantlab : xTracker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of org.bessantlab : xTracker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
xTracker-2.0.1
2.0
xTracker-2.0

How to add a dependency to Maven

Add the following org.bessantlab : xTracker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bessantlab</groupId>
    <artifactId>xTracker</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bessantlab : xTracker gradle dependency to your build.gradle file:

implementation 'org.bessantlab:xTracker:2.0.1'

Gradle Kotlin DSL: Add the following org.bessantlab : xTracker gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bessantlab:xTracker:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bessantlab : xTracker sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bessantlab" % "xTracker" % "2.0.1"

Advertisement