GroupId | GroupIdcom.axway.ats.framework |
---|---|
ArtifactId | ArtifactIdats-testharness |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ats-testharness-4.0.0.pom | |
ats-testharness-4.0.0.jar | 54 KB |
ats-testharness-4.0.0-sources.jar | 47 KB |
ats-testharness-4.0.0-javadoc.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axway.ats.framework/ats-testharness/ -->
<dependency>
<groupId>com.axway.ats.framework</groupId>
<artifactId>ats-testharness</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.axway.ats.framework/ats-testharness/
implementation 'com.axway.ats.framework:ats-testharness:4.0.0'
// https://jarcasting.com/artifacts/com.axway.ats.framework/ats-testharness/
implementation ("com.axway.ats.framework:ats-testharness:4.0.0")
'com.axway.ats.framework:ats-testharness:jar:4.0.0'
<dependency org="com.axway.ats.framework" name="ats-testharness" rev="4.0.0">
<artifact name="ats-testharness" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axway.ats.framework', module='ats-testharness', version='4.0.0')
)
libraryDependencies += "com.axway.ats.framework" % "ats-testharness" % "4.0.0"
[com.axway.ats.framework/ats-testharness "4.0.0"]