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