License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdorg.tatools |
ArtifactId | ArtifactIdsunshine-junit5 |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpublishing
"The package is Sunshine's adapter for JUnit 5 tests runner."
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sunshine-junit5-0.7.0.pom | |
sunshine-junit5-0.7.0.jar | 4 KB |
sunshine-junit5-0.7.0-sources.jar | 3 KB |
sunshine-junit5-0.7.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tatools/sunshine-junit5/ -->
<dependency>
<groupId>org.tatools</groupId>
<artifactId>sunshine-junit5</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.tatools/sunshine-junit5/
implementation 'org.tatools:sunshine-junit5:0.7.0'
// https://jarcasting.com/artifacts/org.tatools/sunshine-junit5/
implementation ("org.tatools:sunshine-junit5:0.7.0")
'org.tatools:sunshine-junit5:jar:0.7.0'
<dependency org="org.tatools" name="sunshine-junit5" rev="0.7.0">
<artifact name="sunshine-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tatools', module='sunshine-junit5', version='0.7.0')
)
libraryDependencies += "org.tatools" % "sunshine-junit5" % "0.7.0"
[org.tatools/sunshine-junit5 "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.tatools : sunshine-core | jar | 0.7.0 |
org.junit.jupiter : junit-jupiter | jar | 5.5.2 |
org.junit.platform : junit-platform-launcher | jar | 1.5.2 |