| License |
License
MIT Licenses
|
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdio.sumac |
| ArtifactId | ArtifactIdsumac-junit5 |
| Version | Version1 |
| Type | Typejar |
| Description |
Descriptionio.sumac:sumac-junit5
sumac.io parent pom
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sumac-junit5-1.pom | |
| sumac-junit5-1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.sumac/sumac-junit5/ -->
<dependency>
<groupId>io.sumac</groupId>
<artifactId>sumac-junit5</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/io.sumac/sumac-junit5/
implementation 'io.sumac:sumac-junit5:1'
// https://jarcasting.com/artifacts/io.sumac/sumac-junit5/
implementation ("io.sumac:sumac-junit5:1")
'io.sumac:sumac-junit5:jar:1'
<dependency org="io.sumac" name="sumac-junit5" rev="1">
<artifact name="sumac-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sumac', module='sumac-junit5', version='1')
)
libraryDependencies += "io.sumac" % "sumac-junit5" % "1"
[io.sumac/sumac-junit5 "1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |
| org.hamcrest : hamcrest-library | jar | 2.1 |
| org.mockito : mockito-core | jar | 3.0.0 |