License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.jparams |
ArtifactId | ArtifactIdjparams-junit4 |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionjparams-junit4
Parameterized JUnit4 Tests
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jparams-junit4-1.0.4.pom | |
jparams-junit4-1.0.4.jar | 33 KB |
jparams-junit4-1.0.4-tests.jar | 42 KB |
jparams-junit4-1.0.4-sources.jar | 18 KB |
jparams-junit4-1.0.4-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jparams/jparams-junit4/ -->
<dependency>
<groupId>com.jparams</groupId>
<artifactId>jparams-junit4</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/jparams-junit4/
implementation 'com.jparams:jparams-junit4:1.0.4'
// https://jarcasting.com/artifacts/com.jparams/jparams-junit4/
implementation ("com.jparams:jparams-junit4:1.0.4")
'com.jparams:jparams-junit4:jar:1.0.4'
<dependency org="com.jparams" name="jparams-junit4" rev="1.0.4">
<artifact name="jparams-junit4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='jparams-junit4', version='1.0.4')
)
libraryDependencies += "com.jparams" % "jparams-junit4" % "1.0.4"
[com.jparams/jparams-junit4 "1.0.4"]