MVN

ch.ifocusit : plantuml-builder

Maven & Gradle

May 09, 2023
2 usages
26 stars

Plantuml builder · Plantuml diagram generation from java code sources.

<dependency>
    <groupId>ch.ifocusit</groupId>
    <artifactId>plantuml-builder</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.ifocusit : plantuml-builder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of ch.ifocusit : plantuml-builder to add to Maven or Gradle - All Versions:

  • Version Updated
  • plantuml-builder-2.4

    May 09, 2023
  • plantuml-builder-2.3

    May 09, 2023
  • plantuml-builder-2.1

    May 09, 2023
  • plantuml-builder-2.0

    May 05, 2023
  • plantuml-builder-1.5

    Jun 27, 2020
  • plantuml-builder-1.4

    Sep 06, 2017
  • plantuml-builder-1.3

    Aug 16, 2017
  • plantuml-builder-1.2

    Aug 16, 2017
  • plantuml-builder-1.1

    Jun 26, 2017
  • plantuml-builder-1.0

    Jun 22, 2017

How to add a dependency to Maven

Add the following ch.ifocusit : plantuml-builder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.ifocusit</groupId>
    <artifactId>plantuml-builder</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.ifocusit : plantuml-builder gradle dependency to your build.gradle file:

implementation 'ch.ifocusit:plantuml-builder:2.4'

Gradle Kotlin DSL: Add the following ch.ifocusit : plantuml-builder gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.ifocusit:plantuml-builder:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.ifocusit : plantuml-builder sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.ifocusit" % "plantuml-builder" % "2.4"