is not current version
Last Version 0.8.1

com.github.spartatech:sparta-test-utils 0.8

Utility classes for unit testing.

GroupId

GroupId

com.github.spartatech
ArtifactId

ArtifactId

sparta-test-utils
Version

Version

0.8
Type

Type

jar

Download sparta-test-utils 0.8


<!-- https://jarcasting.com/artifacts/com.github.spartatech/sparta-test-utils/ -->
<dependency>
    <groupId>com.github.spartatech</groupId>
    <artifactId>sparta-test-utils</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spartatech/sparta-test-utils/
implementation 'com.github.spartatech:sparta-test-utils:0.8'
// https://jarcasting.com/artifacts/com.github.spartatech/sparta-test-utils/
implementation ("com.github.spartatech:sparta-test-utils:0.8")
'com.github.spartatech:sparta-test-utils:jar:0.8'
<dependency org="com.github.spartatech" name="sparta-test-utils" rev="0.8">
  <artifact name="sparta-test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spartatech', module='sparta-test-utils', version='0.8')
)
libraryDependencies += "com.github.spartatech" % "sparta-test-utils" % "0.8"
[com.github.spartatech/sparta-test-utils "0.8"]