puml2confluence-core

Core POM to upload Plant UML to Confluence

Лицензия

Лицензия

Категории

Категории

UML Прикладные библиотеки Documents Processing
Группа

Группа

io.github.kicksolutions
Идентификатор

Идентификатор

puml-confluence-core
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

puml2confluence-core
Core POM to upload Plant UML to Confluence
Организация-разработчик

Организация-разработчик

Kick Solutions

Скачать puml-confluence-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.kicksolutions/puml-confluence-core/ -->
<dependency>
    <groupId>io.github.kicksolutions</groupId>
    <artifactId>puml-confluence-core</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kicksolutions/puml-confluence-core/
implementation 'io.github.kicksolutions:puml-confluence-core:1.0.2'
// https://jarcasting.com/artifacts/io.github.kicksolutions/puml-confluence-core/
implementation ("io.github.kicksolutions:puml-confluence-core:1.0.2")
'io.github.kicksolutions:puml-confluence-core:jar:1.0.2'
<dependency org="io.github.kicksolutions" name="puml-confluence-core" rev="1.0.2">
  <artifact name="puml-confluence-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kicksolutions', module='puml-confluence-core', version='1.0.2')
)
libraryDependencies += "io.github.kicksolutions" % "puml-confluence-core" % "1.0.2"
[io.github.kicksolutions/puml-confluence-core "1.0.2"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.swagger : swagger-parser jar 1.0.33
org.springframework : spring-web jar 4.3.7.RELEASE
com.jayway.jsonpath : json-path jar 2.4.0

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Build Status Maven Central

puml2Confluence

Plant UML to Confluence tool helps to publish Plant UML diagrams to Confluence Page.

This Project is based on Maven and plan to support Gradle also in future. Following are modules we currently have

  • plantuml2confluence-core
  • plantuml2confluence-maven

Following are the tools which this project internally uses:

How does it work

  • puml2Confluence internally reads the swagger definition using Swagger Parser which then uploads to confluence page based on the attributes provided.

Following is example

Swagger-Confluence-Root

Confluence Page Uses Plant Macro, this will help us to see full view of Plant UML inside Confluence

puml2confluence-core:

This utility takes Plant UML as input and as response it uploads to Confluence Page.

Below is the Sample Confluence Page Output which gets imported. PlantUML-Confluence-Upload-Sample

Usage:

java -cp puml2confluence.jar com.kicksolutions.confluence.Puml2Confluence [options]

-i {Path of Puml}
-a {Parent Page Id of Confluence}
-u {User Name}
-p {password}
-l {Confluence REST URL}
-s {Confluence Space key}
-t {Title of Page}

swagger2confluence-maven

This Maven plugin is Mojo, which internally calls puml2confluence-core to upload Plant UML Definition.

License

Apacahe 2.0

io.github.kicksolutions

Kick Solutions

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0
0.0.1-alpha