Last Version

JSeq 0.6

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.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jseq
ArtifactId

ArtifactId

jseq
Version

Version

0.6
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://jseq.sourceforge.net
Project Organization

Project Organization

Edge Software, Co., Ltd.

Download jseq 0.6


<!-- https://jarcasting.com/artifacts/net.sourceforge.jseq/jseq/ -->
<dependency>
    <groupId>net.sourceforge.jseq</groupId>
    <artifactId>jseq</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jseq/jseq/
implementation 'net.sourceforge.jseq:jseq:0.6'
// https://jarcasting.com/artifacts/net.sourceforge.jseq/jseq/
implementation ("net.sourceforge.jseq:jseq:0.6")
'net.sourceforge.jseq:jseq:jar:0.6'
<dependency org="net.sourceforge.jseq" name="jseq" rev="0.6">
  <artifact name="jseq" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jseq', module='jseq', version='0.6')
)
libraryDependencies += "net.sourceforge.jseq" % "jseq" % "0.6"
[net.sourceforge.jseq/jseq "0.6"]

Dependencies

compile (2)

Group / Artifact Type Version
nsuml : nsuml jar 0.4.20
net.sf.sdedit : sdedit-light jar 3.1

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

system (1)

Group / Artifact Type Version
sun.jdk » tools jar 1.6.0

Project Modules

There are no modules declared in this project.