is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:junit 1.2

Plugin for jQAssistant to be able to scan and to analyze JUnit related artifacts.

Categories

Categories

Ant Build Tools JUnit Unit Testing jQAssistant Application Testing & Monitoring Code Analysis
GroupId

GroupId

com.buschmais.jqassistant.plugin
ArtifactId

ArtifactId

junit
Version

Version

1.2
Type

Type

jar

Download junit 1.2


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