MVN

org.anarres.graphviz : graphviz-builder-jgrapht

Maven & Gradle

Jan 07, 2021
16 stars

graphviz-builder-jgrapht · GraphViz graph builder and parser.

<dependency>
    <groupId>org.anarres.graphviz</groupId>
    <artifactId>graphviz-builder-jgrapht</artifactId>
    <version>1.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anarres.graphviz : graphviz-builder-jgrapht to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.12

All Versions

Choose a version of org.anarres.graphviz : graphviz-builder-jgrapht to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
graphviz-builder-jgrapht-1.0.12
graphviz-builder-jgrapht-1.0.11
graphviz-builder-jgrapht-1.0.10
graphviz-builder-jgrapht-1.0.9
graphviz-builder-jgrapht-1.0.8
graphviz-builder-jgrapht-1.0.7
graphviz-builder-jgrapht-1.0.6
graphviz-builder-jgrapht-1.0.5

How to add a dependency to Maven

Add the following org.anarres.graphviz : graphviz-builder-jgrapht maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.anarres.graphviz</groupId>
    <artifactId>graphviz-builder-jgrapht</artifactId>
    <version>1.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anarres.graphviz : graphviz-builder-jgrapht gradle dependency to your build.gradle file:

implementation 'org.anarres.graphviz:graphviz-builder-jgrapht:1.0.12'

Gradle Kotlin DSL: Add the following org.anarres.graphviz : graphviz-builder-jgrapht gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anarres.graphviz:graphviz-builder-jgrapht:1.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anarres.graphviz : graphviz-builder-jgrapht sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anarres.graphviz" % "graphviz-builder-jgrapht" % "1.0.12"

Advertisement