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

Jar examples for p:plantuml-builder

Description

Plantuml diagram from java sources

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

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials