is not current version
Last Version 1.4.0

net.sourceforge.plantuml-depend:plantuml-dependency-cli 1.3.0

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

Categories

Categories

Ant Build Tools Net UML Business Logic Libraries Documents Processing CLI User Interface
GroupId

GroupId

net.sourceforge.plantuml-depend
ArtifactId

ArtifactId

plantuml-dependency-cli
Version

Version

1.3.0
Type

Type

jar

Download plantuml-dependency-cli 1.3.0


<!-- 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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-cli/
implementation 'net.sourceforge.plantuml-depend:plantuml-dependency-cli:1.3.0'
// https://jarcasting.com/artifacts/net.sourceforge.plantuml-depend/plantuml-dependency-cli/
implementation ("net.sourceforge.plantuml-depend:plantuml-dependency-cli:1.3.0")
'net.sourceforge.plantuml-depend:plantuml-dependency-cli:jar:1.3.0'
<dependency org="net.sourceforge.plantuml-depend" name="plantuml-dependency-cli" rev="1.3.0">
  <artifact name="plantuml-dependency-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.plantuml-depend', module='plantuml-dependency-cli', version='1.3.0')
)
libraryDependencies += "net.sourceforge.plantuml-depend" % "plantuml-dependency-cli" % "1.3.0"
[net.sourceforge.plantuml-depend/plantuml-dependency-cli "1.3.0"]