| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jsequnit |
| ArtifactId | ArtifactIdjsequnit |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSeqUnit
JSeqUnit enhances Javadoc documentation with UML sequence diagrams
that are generated with the help of JUnit tests.
It supports re-engineering of components
through reverse engineering of methods with the help of sequence diagrams.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jsequnit-2.0.pom | |
| jsequnit-2.0.jar | 26 KB |
| jsequnit-2.0-sources.jar | 17 KB |
| jsequnit-2.0-javadoc.jar | 172 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jsequnit/jsequnit/ -->
<dependency>
<groupId>net.sf.jsequnit</groupId>
<artifactId>jsequnit</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsequnit/jsequnit/
implementation 'net.sf.jsequnit:jsequnit:2.0'
// https://jarcasting.com/artifacts/net.sf.jsequnit/jsequnit/
implementation ("net.sf.jsequnit:jsequnit:2.0")
'net.sf.jsequnit:jsequnit:jar:2.0'
<dependency org="net.sf.jsequnit" name="jsequnit" rev="2.0">
<artifact name="jsequnit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsequnit', module='jsequnit', version='2.0')
)
libraryDependencies += "net.sf.jsequnit" % "jsequnit" % "2.0"
[net.sf.jsequnit/jsequnit "2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| net.sourceforge.jseq : jseq | jar | 0.6 |
| net.sf.sdedit : sdedit-light | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.concordion : concordion | jar | 1.4.1 |
| org.mockito : mockito-core | jar | 1.9.0-rc1 |
| Group / Artifact | Type | Version |
|---|---|---|
| sun.jdk » tools | jar | RELEASE |