License |
License |
---|---|
GroupId | GroupIdcom.axway.ats.framework |
ArtifactId | ArtifactIdats-examples |
Version | Version4.0.8 |
Type | Typepom |
Description |
DescriptionContains ATS Examples projects as the ones used in the ready to use ATS Examples VM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ats-examples-4.0.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axway.ats.framework/ats-examples/ -->
<dependency>
<groupId>com.axway.ats.framework</groupId>
<artifactId>ats-examples</artifactId>
<version>4.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.axway.ats.framework/ats-examples/
implementation 'com.axway.ats.framework:ats-examples:4.0.8'
// https://jarcasting.com/artifacts/com.axway.ats.framework/ats-examples/
implementation ("com.axway.ats.framework:ats-examples:4.0.8")
'com.axway.ats.framework:ats-examples:pom:4.0.8'
<dependency org="com.axway.ats.framework" name="ats-examples" rev="4.0.8">
<artifact name="ats-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.axway.ats.framework', module='ats-examples', version='4.0.8')
)
libraryDependencies += "com.axway.ats.framework" % "ats-examples" % "4.0.8"
[com.axway.ats.framework/ats-examples "4.0.8"]