Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.liftwizard |
ArtifactId | ArtifactIdliftwizard-junit-rule-match-file |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.liftwizard/liftwizard-junit-rule-match-file/ -->
<dependency>
<groupId>io.liftwizard</groupId>
<artifactId>liftwizard-junit-rule-match-file</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-junit-rule-match-file/
implementation 'io.liftwizard:liftwizard-junit-rule-match-file:0.5.0'
// https://jarcasting.com/artifacts/io.liftwizard/liftwizard-junit-rule-match-file/
implementation ("io.liftwizard:liftwizard-junit-rule-match-file:0.5.0")
'io.liftwizard:liftwizard-junit-rule-match-file:jar:0.5.0'
<dependency org="io.liftwizard" name="liftwizard-junit-rule-match-file" rev="0.5.0">
<artifact name="liftwizard-junit-rule-match-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.liftwizard', module='liftwizard-junit-rule-match-file', version='0.5.0')
)
libraryDependencies += "io.liftwizard" % "liftwizard-junit-rule-match-file" % "0.5.0"
[io.liftwizard/liftwizard-junit-rule-match-file "0.5.0"]