MVN

com.github.moaxcp : graph-dsl

Maven & Gradle

Jun 28, 2018
26 stars

graph-dsl · A groovy dsl for creating and traversing graphs.

<dependency>
    <groupId>com.github.moaxcp</groupId>
    <artifactId>graph-dsl</artifactId>
    <version>0.27.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.27.0

All Versions

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

Version Vulnerabilities Updated
0.27.x
graph-dsl-0.27.0
0.26.x
graph-dsl-0.26.0
0.24.x
graph-dsl-0.24.0
0.23.x
graph-dsl-0.23.0
0.22.x
graph-dsl-0.22.0
0.21.x
graph-dsl-0.21.0
0.20.x
graph-dsl-0.20.0
0.19.x
graph-dsl-0.19.0
0.18.x
graph-dsl-0.18.0
0.17.x
graph-dsl-0.17.0
0.16.x
graph-dsl-0.16.0
0.15.x
graph-dsl-0.15.0
0.14.x
graph-dsl-0.14.0
0.13.x
graph-dsl-0.13.0
0.12.x
graph-dsl-0.12.0
0.11.x
graph-dsl-0.11.0
0.10.x
graph-dsl-0.10.3
graph-dsl-0.10.2-detached.3+sha.b1e7481
graph-dsl-0.10.2
graph-dsl-0.10.1
0.9.x
graph-dsl-0.9.0
0.8.x
graph-dsl-0.8.2
graph-dsl-0.8.1
graph-dsl-0.8.0
0.7.x
graph-dsl-0.7.0
0.6.x
graph-dsl-0.6.0
0.5.x
graph-dsl-0.5.0
0.4.x
graph-dsl-0.4.4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.moaxcp</groupId>
    <artifactId>graph-dsl</artifactId>
    <version>0.27.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.moaxcp : graph-dsl gradle dependency to your build.gradle file:

implementation 'com.github.moaxcp:graph-dsl:0.27.0'

Gradle Kotlin DSL: Add the following com.github.moaxcp : graph-dsl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.moaxcp:graph-dsl:0.27.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.moaxcp : graph-dsl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.moaxcp" % "graph-dsl" % "0.27.0"