Download plantuml-builder-1.3.jar file - Jar p

Jar examples for p:plantuml-builder

Description

Plantuml diagram from java sources

You can download jar file plantuml-builder 1.3 in this page.

License

Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>ch.ifocusit</groupId>
   <artifactId>plantuml-builder</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'ch.ifocusit', name: 'plantuml-builder', version: '1.3'
libraryDependencies += "ch.ifocusit" % "plantuml-builder" % "1.3"
<dependency org="ch.ifocusit" name="plantuml-builder" rev="1.3"/>
@Grapes(@Grab(group='ch.ifocusit', module='plantuml-builder', version='1.3'))
'ch.ifocusit:plantuml-builder:jar:1.3'

Download

Click the following link to download the jar file.

plantuml-builder-1.3-javadoc.jar
plantuml-builder-1.3-sources.jar
plantuml-builder-1.3.jar
plantuml-builder-1.3.pom



Related Tutorials