| Категории |
КатегорииAnt Компиляция и сборка Сеть UML Прикладные библиотеки Documents Processing |
|---|---|
| Группа | Группаnet.sourceforge.plantuml |
| Идентификатор | Идентификаторplantuml |
| Версия | Версия8027 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| plantuml-8027.pom | |
| plantuml-8027.jar | 2 MB |
| plantuml-8027-sources.jar | 2 MB |
| plantuml-8027-javadoc.jar | 8 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/ -->
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId>
<version>8027</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation 'net.sourceforge.plantuml:plantuml:8027'
// https://jarcasting.com/artifacts/net.sourceforge.plantuml/plantuml/
implementation ("net.sourceforge.plantuml:plantuml:8027")
'net.sourceforge.plantuml:plantuml:jar:8027'
<dependency org="net.sourceforge.plantuml" name="plantuml" rev="8027">
<artifact name="plantuml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.plantuml', module='plantuml', version='8027')
)
libraryDependencies += "net.sourceforge.plantuml" % "plantuml" % "8027"
[net.sourceforge.plantuml/plantuml "8027"]