License |
License |
---|---|
Categories |
CategoriesAnt Build Tools UML Business Logic Libraries Documents Processing |
GroupId | GroupIdio.github.ncasaux |
ArtifactId | ArtifactIdcamel2-plantuml |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionA project to generate PlantUML diagrams from Camel routes
camel-plantuml allows to generate PlantUML diagrams from deployed Camel routes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camel2-plantuml-1.2.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ncasaux/camel2-plantuml/ -->
<dependency>
<groupId>io.github.ncasaux</groupId>
<artifactId>camel2-plantuml</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ncasaux/camel2-plantuml/
implementation 'io.github.ncasaux:camel2-plantuml:1.2.1'
// https://jarcasting.com/artifacts/io.github.ncasaux/camel2-plantuml/
implementation ("io.github.ncasaux:camel2-plantuml:1.2.1")
'io.github.ncasaux:camel2-plantuml:pom:1.2.1'
<dependency org="io.github.ncasaux" name="camel2-plantuml" rev="1.2.1">
<artifact name="camel2-plantuml" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ncasaux', module='camel2-plantuml', version='1.2.1')
)
libraryDependencies += "io.github.ncasaux" % "camel2-plantuml" % "1.2.1"
[io.github.ncasaux/camel2-plantuml "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core | jar | |
org.apache.camel : camel-netty-http | jar | |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-collections4 | jar | 4.4 |
commons-io : commons-io | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |