| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdpl.javadevelopers.junit |
| ArtifactId | ArtifactIdtestCases |
| Last Version | Last Version0.12 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpl.javadevelopers.junit:testCases
TestCases for jUnit
|
| Filename | Size |
|---|---|
| testCases-0.12.pom | |
| testCases-0.12.jar | 14 KB |
| testCases-0.12-sources.jar | 9 KB |
| testCases-0.12-javadoc.jar | 91 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.javadevelopers.junit/testCases/ -->
<dependency>
<groupId>pl.javadevelopers.junit</groupId>
<artifactId>testCases</artifactId>
<version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/pl.javadevelopers.junit/testCases/
implementation 'pl.javadevelopers.junit:testCases:0.12'
// https://jarcasting.com/artifacts/pl.javadevelopers.junit/testCases/
implementation ("pl.javadevelopers.junit:testCases:0.12")
'pl.javadevelopers.junit:testCases:jar:0.12'
<dependency org="pl.javadevelopers.junit" name="testCases" rev="0.12">
<artifact name="testCases" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.javadevelopers.junit', module='testCases', version='0.12')
)
libraryDependencies += "pl.javadevelopers.junit" % "testCases" % "0.12"
[pl.javadevelopers.junit/testCases "0.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |