Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdorg.codehaus.fabric3 |
ArtifactId | ArtifactIdfabric3-junit |
Version | Version0.5ALPHA2 |
Type | Typejar |
Filename | Size |
---|---|
fabric3-junit-0.5ALPHA2.pom | |
fabric3-junit-0.5ALPHA2.jar | 18 KB |
fabric3-junit-0.5ALPHA2-sources.jar | 13 KB |
fabric3-junit-0.5ALPHA2-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-junit/ -->
<dependency>
<groupId>org.codehaus.fabric3</groupId>
<artifactId>fabric3-junit</artifactId>
<version>0.5ALPHA2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-junit/
implementation 'org.codehaus.fabric3:fabric3-junit:0.5ALPHA2'
// https://jarcasting.com/artifacts/org.codehaus.fabric3/fabric3-junit/
implementation ("org.codehaus.fabric3:fabric3-junit:0.5ALPHA2")
'org.codehaus.fabric3:fabric3-junit:jar:0.5ALPHA2'
<dependency org="org.codehaus.fabric3" name="fabric3-junit" rev="0.5ALPHA2">
<artifact name="fabric3-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.fabric3', module='fabric3-junit', version='0.5ALPHA2')
)
libraryDependencies += "org.codehaus.fabric3" % "fabric3-junit" % "0.5ALPHA2"
[org.codehaus.fabric3/fabric3-junit "0.5ALPHA2"]