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