MVN

org.biojava : biojava3-core

Maven & Gradle

May 06, 2011

biojava3-core · BioJava is an open-source project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical routines, parsers for common file formats and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.

<dependency>
    <groupId>org.biojava</groupId>
    <artifactId>biojava3-core</artifactId>
    <version>3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.biojava : biojava3-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of org.biojava : biojava3-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
biojava3-core-3.0

How to add a dependency to Maven

Add the following org.biojava : biojava3-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.biojava</groupId>
    <artifactId>biojava3-core</artifactId>
    <version>3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.biojava : biojava3-core gradle dependency to your build.gradle file:

implementation 'org.biojava:biojava3-core:3.0'

Gradle Kotlin DSL: Add the following org.biojava : biojava3-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.biojava:biojava3-core:3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.biojava : biojava3-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.biojava" % "biojava3-core" % "3.0"

Advertisement

Dependencies from Group

Jun 02, 2023
20 usages
537 stars
Jun 27, 2023
17 usages
Jun 02, 2023
13 usages
537 stars
Jun 02, 2023
11 usages
537 stars
Jun 27, 2023
9 usages
4 stars

Discover Dependencies