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