Download dot-diagram-1.1.jar file - Jar d

Jar examples for d:dot-diagram

Description

A simple Java wrapper on top of Graphviz dot

You can download jar file dot-diagram 1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add dot-diagram-1.1.jar to your project.

<dependency>
   <groupId>io.github.livingdocumentation</groupId>
   <artifactId>dot-diagram</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'io.github.livingdocumentation', name: 'dot-diagram', version: '1.1'
libraryDependencies += "io.github.livingdocumentation" % "dot-diagram" % "1.1"
<dependency org="io.github.livingdocumentation" name="dot-diagram" rev="1.1"/>
@Grapes(@Grab(group='io.github.livingdocumentation', module='dot-diagram', version='1.1'))
'io.github.livingdocumentation:dot-diagram:jar:1.1'

Download

Click the following link to download the jar file.

dot-diagram-1.1-javadoc.jar
dot-diagram-1.1-sources.jar
dot-diagram-1.1.jar
dot-diagram-1.1.pom



Related Tutorials