MVN

com.mastfrog : graph

Maven & Gradle

Feb 21, 2023
3 usages
8 stars
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>graph</artifactId>
    <version>2.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.9.7

All Versions

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

Version Vulnerabilities Updated
2.9.x
graph-2.9.7
graph-2.9.6
graph-2.9.5
graph-2.9.4.1
graph-2.9.4
graph-2.9.3
graph-2.9.2
graph-2.9.1
graph-2.9.0
2.8.x
graph-2.8.7
graph-2.8.6
graph-2.8.5
graph-2.8.4
graph-2.8.3
graph-2.8.2
graph-2.8.1
graph-2.8.0
2.7.x
graph-2.7.3
graph-2.7.2
graph-2.7.1.1
graph-2.7.1
graph-2.7.0.4
graph-2.7.0.3
graph-2.7.0.2
graph-2.7.0.1
graph-2.7.0
2.6.x
graph-2.6.13
graph-2.6.12
graph-2.6.11
graph-2.6.10
graph-2.6.9
graph-2.6.8
graph-2.6.7
graph-2.6.6
graph-2.6.5
graph-2.6.4
graph-2.6.3
graph-2.6.2
graph-2.6.1
graph-2.6.0
2.5.x
graph-2.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>graph</artifactId>
    <version>2.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mastfrog : graph gradle dependency to your build.gradle file:

implementation 'com.mastfrog:graph:2.9.7'

Gradle Kotlin DSL: Add the following com.mastfrog : graph gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mastfrog:graph:2.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mastfrog : graph sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mastfrog" % "graph" % "2.9.7"

Advertisement