MVN

com.github.davidmoten : plantuml-maven-plugin-test

Maven & Gradle

Jul 18, 2023
4 stars

plantuml-maven-plugin-test · Generates UML diagrams using PlantUML syntax

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>plantuml-maven-plugin-test</artifactId>
    <version>0.2.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davidmoten : plantuml-maven-plugin-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.6

All Versions

Choose a version of com.github.davidmoten : plantuml-maven-plugin-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
plantuml-maven-plugin-test-0.2.6
plantuml-maven-plugin-test-0.2.5
plantuml-maven-plugin-test-0.2.4
plantuml-maven-plugin-test-0.2.3
plantuml-maven-plugin-test-0.2.2
plantuml-maven-plugin-test-0.2.1
0.2
plantuml-maven-plugin-test-0.2
0.1.x
plantuml-maven-plugin-test-0.1.9
plantuml-maven-plugin-test-0.1.8
plantuml-maven-plugin-test-0.1.7
plantuml-maven-plugin-test-0.1.6
plantuml-maven-plugin-test-0.1.5
plantuml-maven-plugin-test-0.1.4
plantuml-maven-plugin-test-0.1.3
plantuml-maven-plugin-test-0.1.2
plantuml-maven-plugin-test-0.1.1
0.1
plantuml-maven-plugin-test-0.1

How to add a dependency to Maven

Add the following com.github.davidmoten : plantuml-maven-plugin-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>plantuml-maven-plugin-test</artifactId>
    <version>0.2.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davidmoten : plantuml-maven-plugin-test gradle dependency to your build.gradle file:

implementation 'com.github.davidmoten:plantuml-maven-plugin-test:0.2.6'

Gradle Kotlin DSL: Add the following com.github.davidmoten : plantuml-maven-plugin-test gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davidmoten:plantuml-maven-plugin-test:0.2.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davidmoten : plantuml-maven-plugin-test sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davidmoten" % "plantuml-maven-plugin-test" % "0.2.6"