MVN

org.liquigraph : liquigraph-maven-plugin

Maven & Gradle

Feb 21, 2022
121 stars

liquigraph-maven-plugin

<dependency>
    <groupId>org.liquigraph</groupId>
    <artifactId>liquigraph-maven-plugin</artifactId>
    <version>4.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.liquigraph : liquigraph-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.6
  • Latest Release Candidate: 1.0-RC3

All Versions

Choose a version of org.liquigraph : liquigraph-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
liquigraph-maven-plugin-4.0.6
liquigraph-maven-plugin-4.0.5
liquigraph-maven-plugin-4.0.4
liquigraph-maven-plugin-4.0.3
liquigraph-maven-plugin-4.0.2
liquigraph-maven-plugin-4.0.1
liquigraph-maven-plugin-4.0.0
3.1.x
liquigraph-maven-plugin-3.1.2
liquigraph-maven-plugin-3.1.1
liquigraph-maven-plugin-3.1.0
3.0.x
liquigraph-maven-plugin-3.0.3
liquigraph-maven-plugin-3.0.2
liquigraph-maven-plugin-3.0.1
liquigraph-maven-plugin-3.0.0
2.0.x
liquigraph-maven-plugin-2.0.3
liquigraph-maven-plugin-2.0.2
liquigraph-maven-plugin-2.0.1
liquigraph-maven-plugin-2.0.0
1.0
liquigraph-maven-plugin-1.0-RC3
1.0.x
liquigraph-maven-plugin-1.0.RC2
liquigraph-maven-plugin-1.0.RC1

How to add a dependency to Maven

Add the following org.liquigraph : liquigraph-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.liquigraph</groupId>
    <artifactId>liquigraph-maven-plugin</artifactId>
    <version>4.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.liquigraph : liquigraph-maven-plugin gradle dependency to your build.gradle file:

implementation 'org.liquigraph:liquigraph-maven-plugin:4.0.6'

Gradle Kotlin DSL: Add the following org.liquigraph : liquigraph-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.liquigraph:liquigraph-maven-plugin:4.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.liquigraph : liquigraph-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.liquigraph" % "liquigraph-maven-plugin" % "4.0.6"

Advertisement