MVN

net.sf.bioutils.proteomics : proteomics

Maven & Gradle

Jun 17, 2015
1 usages

BioUtils - Proteomics · Lightweight framework for handling biological and bioinformatical data related to proteomics.

<dependency>
    <groupId>net.sf.bioutils.proteomics</groupId>
    <artifactId>proteomics</artifactId>
    <version>3.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.bioutils.proteomics : proteomics to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.6

All Versions

Choose a version of net.sf.bioutils.proteomics : proteomics to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
proteomics-3.1.6
proteomics-3.1.4
proteomics-3.1.3
proteomics-3.1.2
proteomics-3.1.1
proteomics-3.1.0
3.0.x
proteomics-3.0.1
proteomics-3.0.0
2.8.x
proteomics-2.8.0
2.5.x
proteomics-2.5.0
2.4.x
proteomics-2.4.3

How to add a dependency to Maven

Add the following net.sf.bioutils.proteomics : proteomics maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.bioutils.proteomics</groupId>
    <artifactId>proteomics</artifactId>
    <version>3.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.bioutils.proteomics : proteomics gradle dependency to your build.gradle file:

implementation 'net.sf.bioutils.proteomics:proteomics:3.1.6'

Gradle Kotlin DSL: Add the following net.sf.bioutils.proteomics : proteomics gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.bioutils.proteomics:proteomics:3.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.bioutils.proteomics : proteomics sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.bioutils.proteomics" % "proteomics" % "3.1.6"

Advertisement