MVN

net.sf.jsequnit : jsequnit

Maven & Gradle

Dec 27, 2011

JSeqUnit · 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.

<dependency>
    <groupId>net.sf.jsequnit</groupId>
    <artifactId>jsequnit</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jsequnit : jsequnit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of net.sf.jsequnit : jsequnit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
jsequnit-2.0
1.0
jsequnit-1.0

How to add a dependency to Maven

Add the following net.sf.jsequnit : jsequnit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.jsequnit</groupId>
    <artifactId>jsequnit</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.jsequnit : jsequnit gradle dependency to your build.gradle file:

implementation 'net.sf.jsequnit:jsequnit:2.0'

Gradle Kotlin DSL: Add the following net.sf.jsequnit : jsequnit gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.jsequnit:jsequnit:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.jsequnit : jsequnit sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.jsequnit" % "jsequnit" % "2.0"