Categories |
CategoriesMaven Build Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdcom.google.code.maven-play-plugin |
ArtifactId | ArtifactIdsurefire-play-junit4 |
Version | Version1.0.0-beta5 |
Type | Typejar |
<!-- 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-beta5</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-beta5'
// 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-beta5")
'com.google.code.maven-play-plugin:surefire-play-junit4:jar:1.0.0-beta5'
<dependency org="com.google.code.maven-play-plugin" name="surefire-play-junit4" rev="1.0.0-beta5">
<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-beta5')
)
libraryDependencies += "com.google.code.maven-play-plugin" % "surefire-play-junit4" % "1.0.0-beta5"
[com.google.code.maven-play-plugin/surefire-play-junit4 "1.0.0-beta5"]