Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.andrewjamesjohnson |
ArtifactId | ArtifactIdjunit-parameterized-test-case |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.andrewjamesjohnson/junit-parameterized-test-case/ -->
<dependency>
<groupId>com.andrewjamesjohnson</groupId>
<artifactId>junit-parameterized-test-case</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.andrewjamesjohnson/junit-parameterized-test-case/
implementation 'com.andrewjamesjohnson:junit-parameterized-test-case:1.0.0'
// https://jarcasting.com/artifacts/com.andrewjamesjohnson/junit-parameterized-test-case/
implementation ("com.andrewjamesjohnson:junit-parameterized-test-case:1.0.0")
'com.andrewjamesjohnson:junit-parameterized-test-case:jar:1.0.0'
<dependency org="com.andrewjamesjohnson" name="junit-parameterized-test-case" rev="1.0.0">
<artifact name="junit-parameterized-test-case" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.andrewjamesjohnson', module='junit-parameterized-test-case', version='1.0.0')
)
libraryDependencies += "com.andrewjamesjohnson" % "junit-parameterized-test-case" % "1.0.0"
[com.andrewjamesjohnson/junit-parameterized-test-case "1.0.0"]