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