Files download
File Operation
sparta-test-utils-junit5-2.1.jar download
sparta-test-utils-junit5-2.1.pom download
sparta-test-utils-junit5-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spartatech</groupId>
  <artifactId>sparta-test-utils-junit5</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.spartatech:sparta-test-utils-junit5:2.1'
Gradle Kotlin
implementation("com.github.spartatech:sparta-test-utils-junit5:2.1")
Scala SBT
libraryDependencies += "com.github.spartatech" % "sparta-test-utils-junit5" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spartatech', module='sparta-test-utils-junit5', version='2.1')
)
Apache Ivy
<dependency org="com.github.spartatech" name="sparta-test-utils-junit5" rev="2.1" />
Leiningen
[com.github.spartatech/sparta-test-utils-junit5 "2.1"]
Apache Buildr
'com.github.spartatech:sparta-test-utils-junit5:jar:2.1'