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