License |
License |
---|---|
Categories |
CategoriesIDE Development Tools JUnit Unit Testing Data |
GroupId | GroupIdcom.tngtech.junit.dataprovider |
ArtifactId | ArtifactIdjunit-dataprovider-core |
Last Version | Last Version2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-dataprovider-core
The common core for a TestNG like dataprovider runner for JUnit.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.tngtech.junit.dataprovider/junit-dataprovider-core/ -->
<dependency>
<groupId>com.tngtech.junit.dataprovider</groupId>
<artifactId>junit-dataprovider-core</artifactId>
<version>2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.junit.dataprovider/junit-dataprovider-core/
implementation 'com.tngtech.junit.dataprovider:junit-dataprovider-core:2.9'
// https://jarcasting.com/artifacts/com.tngtech.junit.dataprovider/junit-dataprovider-core/
implementation ("com.tngtech.junit.dataprovider:junit-dataprovider-core:2.9")
'com.tngtech.junit.dataprovider:junit-dataprovider-core:jar:2.9'
<dependency org="com.tngtech.junit.dataprovider" name="junit-dataprovider-core" rev="2.9">
<artifact name="junit-dataprovider-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.junit.dataprovider', module='junit-dataprovider-core', version='2.9')
)
libraryDependencies += "com.tngtech.junit.dataprovider" % "junit-dataprovider-core" % "2.9"
[com.tngtech.junit.dataprovider/junit-dataprovider-core "2.9"]