MVN

net.maizegenetics : phg

Maven & Gradle

Jul 11, 2023

net.maizegenetics:phg · PHG - Practical Haplotype Graph

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

Latest Version

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

  • Latest Stable: 1.6

All Versions

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

Version Vulnerabilities Updated
1.6
phg-1.6
1.5
phg-1.5
1.4
phg-1.4
1.3
phg-1.3
1.2
phg-1.2
1.1
phg-1.1
1.0
phg-1.0
0.0.x
phg-0.0.40
phg-0.0.39
phg-0.0.38
phg-0.0.37
phg-0.0.36
phg-0.0.35
phg-0.0.34
phg-0.0.33
phg-0.0.32
phg-0.0.31
phg-0.0.30
phg-0.0.29
phg-0.0.28
phg-0.0.27
phg-0.0.26
phg-0.0.25
phg-0.0.24
phg-0.0.23
phg-0.0.22
phg-0.0.21
phg-0.0.20
phg-0.0.19
phg-0.0.18
phg-0.0.17
phg-0.0.16
phg-0.0.15
phg-0.0.14
phg-0.0.13
phg-0.0.12
phg-0.0.11
phg-0.0.10
phg-0.0.9
phg-0.0.8
phg-0.0.7
phg-0.0.6
phg-0.0.5
phg-0.0.4
phg-0.0.2
phg-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>net.maizegenetics</groupId>
    <artifactId>phg</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.maizegenetics:phg:1.6'

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

implementation("net.maizegenetics:phg:1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.maizegenetics" % "phg" % "1.6"

Advertisement