Download plantuml-1.2018.3.jar file - Jar p

Jar examples for p:plantuml

Description

PlantUML is a component that allows to quickly write : * sequence diagram, * use case diagram, * class diagram, * activity diagram, * component diagram, * state diagram * object diagram

You can download jar file plantuml 1.2018.3 in this page.

License

The GNU General Public License

Build File

You can use the following script to add plantuml-1.2018.3.jar to your project.

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

Download

Click the following link to download the jar file.

plantuml-1.2018.3-javadoc.jar
plantuml-1.2018.3-sources.jar
plantuml-1.2018.3.jar
plantuml-1.2018.3.pom



Related Tutorials