MVN

io.github.ncasaux : camel-plantuml

Maven & Gradle

Apr 08, 2023
32 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>camel-plantuml</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.0

All Versions

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

Version Vulnerabilities Updated
1.5.x
camel-plantuml-1.5.0
1.4.x
camel-plantuml-1.4.0
1.3.x
camel-plantuml-1.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.ncasaux</groupId>
    <artifactId>camel-plantuml</artifactId>
    <version>1.5.0</version>
</dependency>

Advertisement