License |
License |
---|---|
Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
GroupId | GroupIdcom.google.code.maven-play-plugin |
ArtifactId | ArtifactIdsurefire-play-junit4 |
Version | Version1.0.0-beta8 |
Type | Typejar |
Description |
DescriptionSureFire Play!-JUnit4 Runner
SureFire Play!-JUnit4 Runner
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/surefire-play-junit4/ -->
<dependency>
<groupId>com.google.code.maven-play-plugin</groupId>
<artifactId>surefire-play-junit4</artifactId>
<version>1.0.0-beta8</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/surefire-play-junit4/
implementation 'com.google.code.maven-play-plugin:surefire-play-junit4:1.0.0-beta8'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin/surefire-play-junit4/
implementation ("com.google.code.maven-play-plugin:surefire-play-junit4:1.0.0-beta8")
'com.google.code.maven-play-plugin:surefire-play-junit4:jar:1.0.0-beta8'
<dependency org="com.google.code.maven-play-plugin" name="surefire-play-junit4" rev="1.0.0-beta8">
<artifact name="surefire-play-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin', module='surefire-play-junit4', version='1.0.0-beta8')
)
libraryDependencies += "com.google.code.maven-play-plugin" % "surefire-play-junit4" % "1.0.0-beta8"
[com.google.code.maven-play-plugin/surefire-play-junit4 "1.0.0-beta8"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.surefire : common-junit4 | jar | 2.19.1 |
org.apache.maven.surefire : common-java5 | jar | 2.19.1 |
org.apache.maven.shared : maven-shared-utils | jar | 0.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.apache.maven.surefire : surefire-api | jar | 2.19.1 |
com.google.code.maven-play-plugin.org.playframework : play | jar | 1.1 |