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

net.sourceforge.plantuml:plantuml 7965

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
Версия

Версия

7965
Тип

Тип

jar

Скачать plantuml 7965


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