Categories |
CategoriesJUnit Unit Testing Net JSON Data |
---|---|
GroupId | GroupIdnet.joshka |
ArtifactId | ArtifactIdjunit-json-params |
Version | Version5.5.1-r0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.joshka/junit-json-params/ -->
<dependency>
<groupId>net.joshka</groupId>
<artifactId>junit-json-params</artifactId>
<version>5.5.1-r0</version>
</dependency>
// https://jarcasting.com/artifacts/net.joshka/junit-json-params/
implementation 'net.joshka:junit-json-params:5.5.1-r0'
// https://jarcasting.com/artifacts/net.joshka/junit-json-params/
implementation ("net.joshka:junit-json-params:5.5.1-r0")
'net.joshka:junit-json-params:jar:5.5.1-r0'
<dependency org="net.joshka" name="junit-json-params" rev="5.5.1-r0">
<artifact name="junit-json-params" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.joshka', module='junit-json-params', version='5.5.1-r0')
)
libraryDependencies += "net.joshka" % "junit-json-params" % "5.5.1-r0"
[net.joshka/junit-json-params "5.5.1-r0"]