| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdhr.fer.grading |
| ArtifactId | ArtifactIdjunit-grading |
| Last Version | Last Version0.12.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJUnit grading library
Testing library to run with grading student examination.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| junit-grading-0.12.0.pom | |
| junit-grading-0.12.0-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/hr.fer.grading/junit-grading/ -->
<dependency>
<groupId>hr.fer.grading</groupId>
<artifactId>junit-grading</artifactId>
<version>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/hr.fer.grading/junit-grading/
implementation 'hr.fer.grading:junit-grading:0.12.0'
// https://jarcasting.com/artifacts/hr.fer.grading/junit-grading/
implementation ("hr.fer.grading:junit-grading:0.12.0")
'hr.fer.grading:junit-grading:pom:0.12.0'
<dependency org="hr.fer.grading" name="junit-grading" rev="0.12.0">
<artifact name="junit-grading" type="pom" />
</dependency>
@Grapes(
@Grab(group='hr.fer.grading', module='junit-grading', version='0.12.0')
)
libraryDependencies += "hr.fer.grading" % "junit-grading" % "0.12.0"
[hr.fer.grading/junit-grading "0.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-csv | jar | 1.9.0 |
| com.beust : jcommander | jar | 1.82 |
| de.vandermeer : asciitable | jar | 0.3.2 |