MVN

io.github.ncasaux : camel3-plantuml

Maven & Gradle

Aug 01, 2021
30 stars

A project to generate PlantUML diagrams from Camel routes · camel-plantuml allows to generate PlantUML diagrams from deployed Camel routes

<dependency>
    <groupId>io.github.ncasaux</groupId>
    <artifactId>camel3-plantuml</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.ncasaux : camel3-plantuml to add to Maven - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of io.github.ncasaux : camel3-plantuml to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
camel3-plantuml-1.2.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.ncasaux</groupId>
    <artifactId>camel3-plantuml</artifactId>
    <version>1.2.1</version>
</dependency>

Advertisement