Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.undefinedlabs.scope |
ArtifactId | ArtifactIdscope-rule-junit4 |
Version | Version0.1.7-beta.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-junit4/ -->
<dependency>
<groupId>com.undefinedlabs.scope</groupId>
<artifactId>scope-rule-junit4</artifactId>
<version>0.1.7-beta.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-junit4/
implementation 'com.undefinedlabs.scope:scope-rule-junit4:0.1.7-beta.10'
// https://jarcasting.com/artifacts/com.undefinedlabs.scope/scope-rule-junit4/
implementation ("com.undefinedlabs.scope:scope-rule-junit4:0.1.7-beta.10")
'com.undefinedlabs.scope:scope-rule-junit4:jar:0.1.7-beta.10'
<dependency org="com.undefinedlabs.scope" name="scope-rule-junit4" rev="0.1.7-beta.10">
<artifact name="scope-rule-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.undefinedlabs.scope', module='scope-rule-junit4', version='0.1.7-beta.10')
)
libraryDependencies += "com.undefinedlabs.scope" % "scope-rule-junit4" % "0.1.7-beta.10"
[com.undefinedlabs.scope/scope-rule-junit4 "0.1.7-beta.10"]