License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.jparams |
ArtifactId | ArtifactIdjparams-junit4-test |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjparams-junit4-test
Parameterized JUnit 4 Tests
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jparams-junit4-test-1.0.1.pom | |
jparams-junit4-test-1.0.1.jar | 29 KB |
jparams-junit4-test-1.0.1-tests.jar | 32 KB |
jparams-junit4-test-1.0.1-sources.jar | 17 KB |
jparams-junit4-test-1.0.1-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jparams/jparams-junit4-test/ -->
<dependency>
<groupId>com.jparams</groupId>
<artifactId>jparams-junit4-test</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/jparams-junit4-test/
implementation 'com.jparams:jparams-junit4-test:1.0.1'
// https://jarcasting.com/artifacts/com.jparams/jparams-junit4-test/
implementation ("com.jparams:jparams-junit4-test:1.0.1")
'com.jparams:jparams-junit4-test:jar:1.0.1'
<dependency org="com.jparams" name="jparams-junit4-test" rev="1.0.1">
<artifact name="jparams-junit4-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='jparams-junit4-test', version='1.0.1')
)
libraryDependencies += "com.jparams" % "jparams-junit4-test" % "1.0.1"
[com.jparams/jparams-junit4-test "1.0.1"]