is not current version
Last Version 1.0.0

run.smt.ktest:sample 1.0.0-rc1

kTest samples

GroupId

GroupId

run.smt.ktest
ArtifactId

ArtifactId

sample
Version

Version

1.0.0-rc1
Type

Type

jar

Download sample 1.0.0-rc1


<!-- https://jarcasting.com/artifacts/run.smt.ktest/sample/ -->
<dependency>
    <groupId>run.smt.ktest</groupId>
    <artifactId>sample</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/run.smt.ktest/sample/
implementation 'run.smt.ktest:sample:1.0.0-rc1'
// https://jarcasting.com/artifacts/run.smt.ktest/sample/
implementation ("run.smt.ktest:sample:1.0.0-rc1")
'run.smt.ktest:sample:jar:1.0.0-rc1'
<dependency org="run.smt.ktest" name="sample" rev="1.0.0-rc1">
  <artifact name="sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='run.smt.ktest', module='sample', version='1.0.0-rc1')
)
libraryDependencies += "run.smt.ktest" % "sample" % "1.0.0-rc1"
[run.smt.ktest/sample "1.0.0-rc1"]