Jar examples for j:jseq
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.
GNU Lesser General Public License
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'
Click the following link to download the jar file.
jseq-0.6-javadoc.jar