License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.seniortesting |
ArtifactId | ArtifactIdsparrow-junit-parent |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGeneric Testing Framework
This library is a rich test framework for unittest, service test, UI test.etc.
|
Filename | Size |
---|---|
sparrow-junit-parent-1.0.3.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.seniortesting/sparrow-junit-parent/ -->
<dependency>
<groupId>io.github.seniortesting</groupId>
<artifactId>sparrow-junit-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.seniortesting/sparrow-junit-parent/
implementation 'io.github.seniortesting:sparrow-junit-parent:1.0.3'
// https://jarcasting.com/artifacts/io.github.seniortesting/sparrow-junit-parent/
implementation ("io.github.seniortesting:sparrow-junit-parent:1.0.3")
'io.github.seniortesting:sparrow-junit-parent:pom:1.0.3'
<dependency org="io.github.seniortesting" name="sparrow-junit-parent" rev="1.0.3">
<artifact name="sparrow-junit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.seniortesting', module='sparrow-junit-parent', version='1.0.3')
)
libraryDependencies += "io.github.seniortesting" % "sparrow-junit-parent" % "1.0.3"
[io.github.seniortesting/sparrow-junit-parent "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.projectlombok : lombok Optional | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |