is not current version
Last Version 1.12.0-M1

com.buschmais.jqassistant.plugin:junit 1.7.0-MS3

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.7.0-MS3
Type

Type

jar

Download junit 1.7.0-MS3


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