Categories |
CategoriesAnt Build Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdorg.pantsbuild |
ArtifactId | ArtifactIdjunit-runner-annotations |
Version | Version0.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.pantsbuild/junit-runner-annotations/ -->
<dependency>
<groupId>org.pantsbuild</groupId>
<artifactId>junit-runner-annotations</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.pantsbuild/junit-runner-annotations/
implementation 'org.pantsbuild:junit-runner-annotations:0.0.8'
// https://jarcasting.com/artifacts/org.pantsbuild/junit-runner-annotations/
implementation ("org.pantsbuild:junit-runner-annotations:0.0.8")
'org.pantsbuild:junit-runner-annotations:jar:0.0.8'
<dependency org="org.pantsbuild" name="junit-runner-annotations" rev="0.0.8">
<artifact name="junit-runner-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pantsbuild', module='junit-runner-annotations', version='0.0.8')
)
libraryDependencies += "org.pantsbuild" % "junit-runner-annotations" % "0.0.8"
[org.pantsbuild/junit-runner-annotations "0.0.8"]