Categories |
CategoriesAnt Build Tools JUnit Unit Testing jQAssistant Application Testing & Monitoring Code Analysis |
---|---|
GroupId | GroupIdcom.buschmais.jqassistant.plugin |
ArtifactId | ArtifactIdjunit |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
junit-1.7.0.pom | |
junit-1.7.0.jar | 20 KB |
junit-1.7.0-sources.jar | 14 KB |
junit-1.7.0-javadoc.jar | 93 KB |
junit-1.7.0-asciidoc.zip | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/junit/ -->
<dependency>
<groupId>com.buschmais.jqassistant.plugin</groupId>
<artifactId>junit</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/junit/
implementation 'com.buschmais.jqassistant.plugin:junit:1.7.0'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.plugin/junit/
implementation ("com.buschmais.jqassistant.plugin:junit:1.7.0")
'com.buschmais.jqassistant.plugin:junit:jar:1.7.0'
<dependency org="com.buschmais.jqassistant.plugin" name="junit" rev="1.7.0">
<artifact name="junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.plugin', module='junit', version='1.7.0')
)
libraryDependencies += "com.buschmais.jqassistant.plugin" % "junit" % "1.7.0"
[com.buschmais.jqassistant.plugin/junit "1.7.0"]