Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdcom.github.ignaciotcrespo |
ArtifactId | ArtifactIdjunitwithparams |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
junitwithparams-1.0.2.pom | |
junitwithparams-1.0.2.jar | 8 KB |
junitwithparams-1.0.2-sources.jar | 7 KB |
junitwithparams-1.0.2-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ignaciotcrespo/junitwithparams/ -->
<dependency>
<groupId>com.github.ignaciotcrespo</groupId>
<artifactId>junitwithparams</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/junitwithparams/
implementation 'com.github.ignaciotcrespo:junitwithparams:1.0.2'
// https://jarcasting.com/artifacts/com.github.ignaciotcrespo/junitwithparams/
implementation ("com.github.ignaciotcrespo:junitwithparams:1.0.2")
'com.github.ignaciotcrespo:junitwithparams:jar:1.0.2'
<dependency org="com.github.ignaciotcrespo" name="junitwithparams" rev="1.0.2">
<artifact name="junitwithparams" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ignaciotcrespo', module='junitwithparams', version='1.0.2')
)
libraryDependencies += "com.github.ignaciotcrespo" % "junitwithparams" % "1.0.2"
[com.github.ignaciotcrespo/junitwithparams "1.0.2"]