| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Сеть UML Прикладные библиотеки Documents Processing CLI Взаимодействие с пользователем |
| Группа | Группаnet.sourceforge.plantuml-depend |
| Идентификатор | Идентификаторplantuml-dependency-cli |
| Последняя версия | Последняя версия1.4.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеPlantUML Dependency common line interface module
PlantUml Dependency allows to parse / reverse engineering
source files (only Java is supported by now) to generate a PlantUml description,
allowing to draw the UML class diagram associated to the source code
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-cli/ -->
<dependency>
<groupId>net.sourceforge.plantuml-depend</groupId>
<artifactId>plantuml-dependency-cli</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-cli/
implementation 'net.sourceforge.plantuml-depend:plantuml-dependency-cli:1.4.0'
// https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-cli/
implementation ("net.sourceforge.plantuml-depend:plantuml-dependency-cli:1.4.0")
'net.sourceforge.plantuml-depend:plantuml-dependency-cli:jar:1.4.0'
<dependency org="net.sourceforge.plantuml-depend" name="plantuml-dependency-cli" rev="1.4.0">
<artifact name="plantuml-dependency-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.plantuml-depend', module='plantuml-dependency-cli', version='1.4.0')
)
libraryDependencies += "net.sourceforge.plantuml-depend" % "plantuml-dependency-cli" % "1.4.0"
[net.sourceforge.plantuml-depend/plantuml-dependency-cli "1.4.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.ant : ant | jar | 1.8.4 |
| net.sourceforge.plantuml-depend : plantuml-dependency-common-cli | jar | 1.4.0 |
| net.sourceforge.plantuml-depend : plantuml-dependency-common | jar | 1.4.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| net.sourceforge.plantuml-depend : plantuml-dependency-common | jar | 1.4.0 |