MVN

info.rmarcus : ggen4j

Maven & Gradle

Jan 05, 2017
0 stars

ggen wrapper · A Java wrapper for the GGen command line graph generator

<dependency>
    <groupId>info.rmarcus</groupId>
    <artifactId>ggen4j</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.rmarcus : ggen4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of info.rmarcus : ggen4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
ggen4j-0.3.0
0.1.x
ggen4j-0.1.0
0.0.x
ggen4j-0.0.4
ggen4j-0.0.3

How to add a dependency to Maven

Add the following info.rmarcus : ggen4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.rmarcus</groupId>
    <artifactId>ggen4j</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.rmarcus : ggen4j gradle dependency to your build.gradle file:

implementation 'info.rmarcus:ggen4j:0.3.0'

Gradle Kotlin DSL: Add the following info.rmarcus : ggen4j gradle kotlin dependency to your build.gradle.kts file:

implementation("info.rmarcus:ggen4j:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.rmarcus : ggen4j sbt scala dependency to your build.sbt file:

libraryDependencies += "info.rmarcus" % "ggen4j" % "0.3.0"

Advertisement