MVN

net.maizegenetics : tassel

Maven & Gradle

Jul 11, 2023
2 usages

net.maizegenetics:tassel · TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage disequilibrium.

<dependency>
    <groupId>net.maizegenetics</groupId>
    <artifactId>tassel</artifactId>
    <version>5.2.90</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.maizegenetics : tassel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.90

All Versions

Choose a version of net.maizegenetics : tassel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
tassel-5.2.90
tassel-5.2.89
tassel-5.2.88
tassel-5.2.87
tassel-5.2.86
tassel-5.2.85
tassel-5.2.84
tassel-5.2.83
tassel-5.2.82
tassel-5.2.81
tassel-5.2.80
tassel-5.2.79
tassel-5.2.78
tassel-5.2.77
tassel-5.2.76
tassel-5.2.75
tassel-5.2.74
tassel-5.2.73
tassel-5.2.72
tassel-5.2.71
tassel-5.2.70
tassel-5.2.69
tassel-5.2.68
tassel-5.2.67
tassel-5.2.66
tassel-5.2.65
tassel-5.2.64
tassel-5.2.63
tassel-5.2.62
tassel-5.2.61
tassel-5.2.60
tassel-5.2.59
tassel-5.2.58
tassel-5.2.57
tassel-5.2.56
tassel-5.2.55
tassel-5.2.54
tassel-5.2.53
tassel-5.2.52
tassel-5.2.51
tassel-5.2.50
tassel-5.2.49
tassel-5.2.47
tassel-5.2.46
tassel-5.2.45

How to add a dependency to Maven

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

<dependency>
    <groupId>net.maizegenetics</groupId>
    <artifactId>tassel</artifactId>
    <version>5.2.90</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.maizegenetics : tassel gradle dependency to your build.gradle file:

implementation 'net.maizegenetics:tassel:5.2.90'

Gradle Kotlin DSL: Add the following net.maizegenetics : tassel gradle kotlin dependency to your build.gradle.kts file:

implementation("net.maizegenetics:tassel:5.2.90")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.maizegenetics : tassel sbt scala dependency to your build.sbt file:

libraryDependencies += "net.maizegenetics" % "tassel" % "5.2.90"

Advertisement