is not current version
Last Version 0.1.2

com.github.spt-oss:test-starter 0.1.1

The test starter for Java development

GroupId

GroupId

com.github.spt-oss
ArtifactId

ArtifactId

test-starter
Version

Version

0.1.1
Type

Type

jar

Download test-starter 0.1.1


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