| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.sap.cloud.sdk.cloudplatform |
| ArtifactId | ArtifactIdauditlog |
| Version | Version3.17.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auditlog-3.17.2.pom | |
| auditlog-3.17.2.jar | 19 KB |
| auditlog-3.17.2-sources.jar | 15 KB |
| auditlog-3.17.2-javadoc.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.sdk.cloudplatform/auditlog/ -->
<dependency>
<groupId>com.sap.cloud.sdk.cloudplatform</groupId>
<artifactId>auditlog</artifactId>
<version>3.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.sdk.cloudplatform/auditlog/
implementation 'com.sap.cloud.sdk.cloudplatform:auditlog:3.17.2'
// https://jarcasting.com/artifacts/com.sap.cloud.sdk.cloudplatform/auditlog/
implementation ("com.sap.cloud.sdk.cloudplatform:auditlog:3.17.2")
'com.sap.cloud.sdk.cloudplatform:auditlog:jar:3.17.2'
<dependency org="com.sap.cloud.sdk.cloudplatform" name="auditlog" rev="3.17.2">
<artifact name="auditlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.sdk.cloudplatform', module='auditlog', version='3.17.2')
)
libraryDependencies += "com.sap.cloud.sdk.cloudplatform" % "auditlog" % "3.17.2"
[com.sap.cloud.sdk.cloudplatform/auditlog "3.17.2"]