GroupId | GroupIdcom.axway.ats.expectj |
---|---|
ArtifactId | ArtifactIdats-expectj |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
ats-expectj-2.0.7.pom | |
ats-expectj-2.0.7.jar | 27 KB |
ats-expectj-2.0.7-sources.jar | 20 KB |
ats-expectj-2.0.7-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axway.ats.expectj/ats-expectj/ -->
<dependency>
<groupId>com.axway.ats.expectj</groupId>
<artifactId>ats-expectj</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.axway.ats.expectj/ats-expectj/
implementation 'com.axway.ats.expectj:ats-expectj:2.0.7'
// https://jarcasting.com/artifacts/com.axway.ats.expectj/ats-expectj/
implementation ("com.axway.ats.expectj:ats-expectj:2.0.7")
'com.axway.ats.expectj:ats-expectj:jar:2.0.7'
<dependency org="com.axway.ats.expectj" name="ats-expectj" rev="2.0.7">
<artifact name="ats-expectj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axway.ats.expectj', module='ats-expectj', version='2.0.7')
)
libraryDependencies += "com.axway.ats.expectj" % "ats-expectj" % "2.0.7"
[com.axway.ats.expectj/ats-expectj "2.0.7"]