Download plantuml-dependency-cli-1.4.0.jar file - Jar p

Jar examples for p:plantuml-dependency-cli

Description

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.

License

GNU General Public License Version 3 (GPL), 29 June 2007

Build File

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'

Download

Click the following link to download the jar file.

plantuml-dependency-cli-1.4.0-javadoc.jar
plantuml-dependency-cli-1.4.0-sources.jar
plantuml-dependency-cli-1.4.0-test-javadoc.jar
plantuml-dependency-cli-1.4.0-test-sources.jar
plantuml-dependency-cli-1.4.0-tests.jar
plantuml-dependency-cli-1.4.0.jar
plantuml-dependency-cli-1.4.0.pom



Related Tutorials