j

junit

Plugin for jQAssistant to be able to scan and to analyze JUnit related artifacts.
http://jqassistant.org/
GNU General Public License, v3
jQAssistant Development Team
Files download
File Operation
junit-1.9.0-ALPHA2.jar download
junit-1.9.0-ALPHA2.pom download
junit-1.9.0-ALPHA2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.buschmais.jqassistant.plugin</groupId>
  <artifactId>junit</artifactId>
  <version>1.9.0-ALPHA2</version>
</dependency>
Gradle Groovy
implementation 'com.buschmais.jqassistant.plugin:junit:1.9.0-ALPHA2'
Gradle Kotlin
implementation("com.buschmais.jqassistant.plugin:junit:1.9.0-ALPHA2")
Scala SBT
libraryDependencies += "com.buschmais.jqassistant.plugin" % "junit" % "1.9.0-ALPHA2"
Groovy Grape
@Grapes(
  @Grab(group='com.buschmais.jqassistant.plugin', module='junit', version='1.9.0-ALPHA2')
)
Apache Ivy
<dependency org="com.buschmais.jqassistant.plugin" name="junit" rev="1.9.0-ALPHA2" />
Leiningen
[com.buschmais.jqassistant.plugin/junit "1.9.0-ALPHA2"]
Apache Buildr
'com.buschmais.jqassistant.plugin:junit:jar:1.9.0-ALPHA2'