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