Download plantuml-dependency-common-1.3.0.jar file - Jar p

Jar examples for p:plantuml-dependency-common

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-common 1.3.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-common-1.3.0.jar to your project.

<dependency>
   <groupId>net.sourceforge.plantuml-depend</groupId>
   <artifactId>plantuml-dependency-common</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'net.sourceforge.plantuml-depend', name: 'plantuml-dependency-common', version: '1.3.0'
libraryDependencies += "net.sourceforge.plantuml-depend" % "plantuml-dependency-common" % "1.3.0"
<dependency org="net.sourceforge.plantuml-depend" name="plantuml-dependency-common" rev="1.3.0"/>
@Grapes(@Grab(group='net.sourceforge.plantuml-depend', module='plantuml-dependency-common', version='1.3.0'))
'net.sourceforge.plantuml-depend:plantuml-dependency-common:jar:1.3.0'

Download

Click the following link to download the jar file.

plantuml-dependency-common-1.3.0-javadoc.jar
plantuml-dependency-common-1.3.0-sources.jar
plantuml-dependency-common-1.3.0.jar
plantuml-dependency-common-1.3.0.pom



Related Tutorials