Download jseq-0.6.jar file - Jar j

Jar examples for j:jseq

Description

JSeq is a tool to automatically create UML sequence diagrams. It works by following the execution of a Java program, noting each method entry and exit. It then generates a sequence diagram from this information.

You can download jar file jseq 0.6 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add jseq-0.6.jar to your project.

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

Download

Click the following link to download the jar file.

jseq-0.6-javadoc.jar
jseq-0.6-sources.jar
jseq-0.6.jar
jseq-0.6.pom



Related Tutorials