| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.nhl.dflib |
| ArtifactId | ArtifactIddflib-junit5 |
| Last Version | Last Version0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondflib-junit5: JUnit 5 test API for DFLib
Parent POM of the DFLib library
|
| Filename | Size |
|---|---|
| dflib-junit5-0.12.pom | |
| dflib-junit5-0.12.jar | 13 KB |
| dflib-junit5-0.12-sources.jar | 7 KB |
| dflib-junit5-0.12-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.dflib/dflib-junit5/ -->
<dependency>
<groupId>com.nhl.dflib</groupId>
<artifactId>dflib-junit5</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-junit5/
implementation 'com.nhl.dflib:dflib-junit5:0.12'
// https://jarcasting.com/artifacts/com.nhl.dflib/dflib-junit5/
implementation ("com.nhl.dflib:dflib-junit5:0.12")
'com.nhl.dflib:dflib-junit5:jar:0.12'
<dependency org="com.nhl.dflib" name="dflib-junit5" rev="0.12">
<artifact name="dflib-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nhl.dflib', module='dflib-junit5', version='0.12')
)
libraryDependencies += "com.nhl.dflib" % "dflib-junit5" % "0.12"
[com.nhl.dflib/dflib-junit5 "0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.nhl.dflib : dflib | jar | 0.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-all | jar | 1.9.5-rc1 |