is not current version
Last Version 2.0

net.sf.jsequnit:jsequnit 1.0

JSeqUnit enhances Javadoc documentation with UML sequence diagrams that are generated with the help of JUnit tests. It uses JSeq to trace the execution of test executions. It supports re-engineering of components through reverse engineering of methods with the help of sequence diagrams.

Categories

Categories

Net
GroupId

GroupId

net.sf.jsequnit
ArtifactId

ArtifactId

jsequnit
Version

Version

1.0
Type

Type

jar

Download jsequnit 1.0


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