Jar examples for p:plantuml-dependency-cli
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
You can download jar file plantuml-dependency-cli 1.4.0 in this page.
GNU General Public License Version 3 (GPL), 29 June 2007
You can use the following script to add plantuml-dependency-cli-1.4.0.jar to your project.
<dependency> <groupId>net.sourceforge.plantuml-depend</groupId> <artifactId>plantuml-dependency-cli</artifactId> <version>1.4.0</version> </dependency>
compile group: 'net.sourceforge.plantuml-depend', name: 'plantuml-dependency-cli', version: '1.4.0'
libraryDependencies += "net.sourceforge.plantuml-depend" % "plantuml-dependency-cli" % "1.4.0"
<dependency org="net.sourceforge.plantuml-depend" name="plantuml-dependency-cli" rev="1.4.0"/>
@Grapes(@Grab(group='net.sourceforge.plantuml-depend', module='plantuml-dependency-cli', version='1.4.0'))
'net.sourceforge.plantuml-depend:plantuml-dependency-cli:jar:1.4.0'
Click the following link to download the jar file.
plantuml-dependency-cli-1.4.0-javadoc.jar