MVN

com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12

Maven & Gradle

May 31, 2019
4 usages

fundamentals-bio · fundamentals-bio

<dependency>
    <groupId>com.github.pshirshov.izumi.r2</groupId>
    <artifactId>fundamentals-bio_2.12</artifactId>
    <version>0.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.3

All Versions

Choose a version of com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
fundamentals-bio_2.12-0.7.3
fundamentals-bio_2.12-0.7.2
fundamentals-bio_2.12-0.7.1
fundamentals-bio_2.12-0.7.0
0.6.x
fundamentals-bio_2.12-0.6.34
fundamentals-bio_2.12-0.6.33
fundamentals-bio_2.12-0.6.32
fundamentals-bio_2.12-0.6.31-oldzio.1
fundamentals-bio_2.12-0.6.31-oldzio
fundamentals-bio_2.12-0.6.31
fundamentals-bio_2.12-0.6.30
fundamentals-bio_2.12-0.6.29
fundamentals-bio_2.12-0.6.28
fundamentals-bio_2.12-0.6.27
fundamentals-bio_2.12-0.6.26
fundamentals-bio_2.12-0.6.25
fundamentals-bio_2.12-0.6.24
fundamentals-bio_2.12-0.6.19
fundamentals-bio_2.12-0.6.18
fundamentals-bio_2.12-0.6.17
fundamentals-bio_2.12-0.6.16
fundamentals-bio_2.12-0.6.15
fundamentals-bio_2.12-0.6.14
fundamentals-bio_2.12-0.6.13
fundamentals-bio_2.12-0.6.12
fundamentals-bio_2.12-0.6.10
fundamentals-bio_2.12-0.6.9
fundamentals-bio_2.12-0.6.7
fundamentals-bio_2.12-0.6.6
fundamentals-bio_2.12-0.6.5
fundamentals-bio_2.12-0.6.4
fundamentals-bio_2.12-0.6.3
fundamentals-bio_2.12-0.6.2
fundamentals-bio_2.12-0.6.1
fundamentals-bio_2.12-0.6.0

How to add a dependency to Maven

Add the following com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pshirshov.izumi.r2</groupId>
    <artifactId>fundamentals-bio_2.12</artifactId>
    <version>0.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12 gradle dependency to your build.gradle file:

implementation 'com.github.pshirshov.izumi.r2:fundamentals-bio_2.12:0.7.3'

Gradle Kotlin DSL: Add the following com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pshirshov.izumi.r2:fundamentals-bio_2.12:0.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pshirshov.izumi.r2 : fundamentals-bio_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pshirshov.izumi.r2" % "fundamentals-bio_2.12" % "0.7.3"