MVN

nl.utwente.groove : groove

Maven & Gradle

Mar 04, 2024

nl.utwente.groove:groove · GROOVE: GUI, command-line tools and library for graph transformation and state space exploration.

<dependency>
    <groupId>nl.utwente.groove</groupId>
    <artifactId>groove</artifactId>
    <version>6.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.utwente.groove : groove to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.7.3

All Versions

Choose a version of nl.utwente.groove : groove to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.7.x
groove-6.7.3

How to add a dependency to Maven

Add the following nl.utwente.groove : groove maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.utwente.groove</groupId>
    <artifactId>groove</artifactId>
    <version>6.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.utwente.groove : groove gradle dependency to your build.gradle file:

implementation 'nl.utwente.groove:groove:6.7.3'

Gradle Kotlin DSL: Add the following nl.utwente.groove : groove gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.utwente.groove:groove:6.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.utwente.groove : groove sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.utwente.groove" % "groove" % "6.7.3"