MVN

io.github.neofreko : graphwalker-dsl

Maven & Gradle

Oct 03, 2022
312 stars

GraphWalker Domain-Specific Language

<dependency>
    <groupId>io.github.neofreko</groupId>
    <artifactId>graphwalker-dsl</artifactId>
    <version>4.3.3-100</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.neofreko : graphwalker-dsl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.3-100

All Versions

Choose a version of io.github.neofreko : graphwalker-dsl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
graphwalker-dsl-4.3.3-100
graphwalker-dsl-4.3.1.100

How to add a dependency to Maven

Add the following io.github.neofreko : graphwalker-dsl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.neofreko</groupId>
    <artifactId>graphwalker-dsl</artifactId>
    <version>4.3.3-100</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.neofreko : graphwalker-dsl gradle dependency to your build.gradle file:

implementation 'io.github.neofreko:graphwalker-dsl:4.3.3-100'

Gradle Kotlin DSL: Add the following io.github.neofreko : graphwalker-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.neofreko:graphwalker-dsl:4.3.3-100")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.neofreko : graphwalker-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.neofreko" % "graphwalker-dsl" % "4.3.3-100"

Advertisement