s

sparrow-core

Core framework with utilities and helper
MIT License
Files download
File Operation
sparrow-core-1.0.3.jar download
sparrow-core-1.0.3.pom download
sparrow-core-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.seniortesting</groupId>
  <artifactId>sparrow-core</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.seniortesting:sparrow-core:1.0.3'
Gradle Kotlin
implementation("io.github.seniortesting:sparrow-core:1.0.3")
Scala SBT
libraryDependencies += "io.github.seniortesting" % "sparrow-core" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.seniortesting', module='sparrow-core', version='1.0.3')
)
Apache Ivy
<dependency org="io.github.seniortesting" name="sparrow-core" rev="1.0.3" />
Leiningen
[io.github.seniortesting/sparrow-core "1.0.3"]
Apache Buildr
'io.github.seniortesting:sparrow-core:jar:1.0.3'