is not current version
Last Version 1.0.3

org.testmp:testsync 1.0.2

keeping test automation metrics and document update to date

GroupId

GroupId

org.testmp
ArtifactId

ArtifactId

testsync
Version

Version

1.0.2
Type

Type

jar

Download testsync 1.0.2


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