| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка UML Прикладные библиотеки Documents Processing |
| Группа | Группаio.github.ncasaux |
| Идентификатор | Идентификаторcamel2-plantuml |
| Последняя версия | Последняя версия1.2.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA project to generate PlantUML diagrams from Camel routes
camel-plantuml allows to generate PlantUML diagrams from deployed Camel routes
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camel2-plantuml-1.2.1.pom | 5 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |