MVN

org.intermine : bio-source-so

Maven & Gradle

Aug 26, 2022
248 stars

bio-source-so · InterMine bio sources modules

<dependency>
    <groupId>org.intermine</groupId>
    <artifactId>bio-source-so</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.intermine : bio-source-so to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.intermine : bio-source-so to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
bio-source-so-5.1.0
5.0.x
bio-source-so-5.0.8
bio-source-so-5.0.7
bio-source-so-5.0.6
bio-source-so-5.0.5
bio-source-so-5.0.4
bio-source-so-5.0.3
bio-source-so-5.0.2
bio-source-so-5.0.1
bio-source-so-5.0.0

How to add a dependency to Maven

Add the following org.intermine : bio-source-so maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.intermine</groupId>
    <artifactId>bio-source-so</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.intermine : bio-source-so gradle dependency to your build.gradle file:

implementation 'org.intermine:bio-source-so:5.1.0'

Gradle Kotlin DSL: Add the following org.intermine : bio-source-so gradle kotlin dependency to your build.gradle.kts file:

implementation("org.intermine:bio-source-so:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.intermine : bio-source-so sbt scala dependency to your build.sbt file:

libraryDependencies += "org.intermine" % "bio-source-so" % "5.1.0"

Advertisement