MVN

com.helger.commons : ph-graph

Maven & Gradle

Aug 16, 2023
3 usages
29 stars

ph-graph · Java library with basic graph implementations

<dependency>
    <groupId>com.helger.commons</groupId>
    <artifactId>ph-graph</artifactId>
    <version>11.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.helger.commons : ph-graph to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.1.2

All Versions

Choose a version of com.helger.commons : ph-graph to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.1.x
ph-graph-11.1.2
ph-graph-11.1.1
ph-graph-11.1.0
11.0.x
ph-graph-11.0.6
ph-graph-11.0.5
ph-graph-11.0.4
ph-graph-11.0.3
ph-graph-11.0.2
ph-graph-11.0.1
ph-graph-11.0.0
10.2.x
ph-graph-10.2.5
ph-graph-10.2.4
ph-graph-10.2.3
ph-graph-10.2.2
ph-graph-10.2.1
ph-graph-10.2.0
10.1.x
ph-graph-10.1.8
ph-graph-10.1.7
ph-graph-10.1.6
ph-graph-10.1.5
ph-graph-10.1.4
ph-graph-10.1.3
ph-graph-10.1.2
ph-graph-10.1.1
ph-graph-10.1.0
10.0.x
ph-graph-10.0.0

How to add a dependency to Maven

Add the following com.helger.commons : ph-graph maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.helger.commons</groupId>
    <artifactId>ph-graph</artifactId>
    <version>11.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.helger.commons : ph-graph gradle dependency to your build.gradle file:

implementation 'com.helger.commons:ph-graph:11.1.2'

Gradle Kotlin DSL: Add the following com.helger.commons : ph-graph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.helger.commons:ph-graph:11.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.helger.commons : ph-graph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.helger.commons" % "ph-graph" % "11.1.2"

Advertisement