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