MVN

org.biokotlin : biokotlin

Maven & Gradle

Jun 21, 2023

BioKotlin · BioKotlin aims to be a high-performance bioinformatics library that brings the power and speed of compiled programming languages to scripting and big data environments.

<dependency>
    <groupId>org.biokotlin</groupId>
    <artifactId>biokotlin</artifactId>
    <version>0.08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.08

All Versions

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

Version Vulnerabilities Updated
0.08
biokotlin-0.08
0.07
biokotlin-0.07
0.06
biokotlin-0.06
0.05.x
biokotlin-0.05.01
0.05
biokotlin-0.05
0.04
biokotlin-0.04
0.03
biokotlin-0.03
0.02
biokotlin-0.02
0.01
biokotlin-0.01

How to add a dependency to Maven

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

<dependency>
    <groupId>org.biokotlin</groupId>
    <artifactId>biokotlin</artifactId>
    <version>0.08</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.biokotlin:biokotlin:0.08'

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

implementation("org.biokotlin:biokotlin:0.08")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.biokotlin" % "biokotlin" % "0.08"