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