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

net.sourceforge.plantuml:plantuml 8043

PlantUML is a component that allows to quickly write : * sequence diagram, * use case diagram, * class diagram, * activity diagram, * component diagram, * state diagram * object diagram

Категории

Категории

Ant Компиляция и сборка Сеть UML Прикладные библиотеки Documents Processing
Группа

Группа

net.sourceforge.plantuml
Идентификатор

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

plantuml
Версия

Версия

8043
Тип

Тип

jar

Скачать plantuml 8043


<!-- https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/ -->
<dependency>
    <groupId>net.sourceforge.plantuml</groupId>
    <artifactId>plantuml</artifactId>
    <version>8043</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation 'net.sourceforge.plantuml:plantuml:8043'
// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation ("net.sourceforge.plantuml:plantuml:8043")
'net.sourceforge.plantuml:plantuml:jar:8043'
<dependency org="net.sourceforge.plantuml" name="plantuml" rev="8043">
  <artifact name="plantuml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.plantuml', module='plantuml', version='8043')
)
libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "8043"
[net.sourceforge.plantuml/plantuml "8043"]