s

sparrow-junit-parent

This library is a rich test framework for unittest, service test, UI test.etc.
https://github.com/seniortesting/sparrow-junit
MIT License
Walter Hu
Files download
File Operation
sparrow-junit-parent-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.github.seniortesting</groupId>
  <artifactId>sparrow-junit-parent</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.seniortesting:sparrow-junit-parent:1.0.3'
Gradle Kotlin
implementation("io.github.seniortesting:sparrow-junit-parent:1.0.3")
Scala SBT
libraryDependencies += "io.github.seniortesting" % "sparrow-junit-parent" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.seniortesting', module='sparrow-junit-parent', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.seniortesting" name="sparrow-junit-parent" rev="1.0.3" />
Leiningen
[io.github.seniortesting/sparrow-junit-parent "1.0.3"]
Apache Buildr
'io.github.seniortesting:sparrow-junit-parent:jar:1.0.3'