is not current version
Last Version 1.0.3

org.testmp:testmp 1.0.0

Automation-centric Test Management Platform

GroupId

GroupId

org.testmp
ArtifactId

ArtifactId

testmp
Version

Version

1.0.0
Type

Type

pom

Download testmp 1.0.0

Filename Size
testmp-1.0.0.pom 6 KB
Browse

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