| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.sap.cloud.sdk.cloudplatform |
| ArtifactId | ArtifactIdauditlog |
| Version | Version3.41.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auditlog-3.41.0.pom | |
| auditlog-3.41.0.jar | 24 KB |
| auditlog-3.41.0-sources.jar | 27 KB |
| auditlog-3.41.0-javadoc.jar | 109 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.41.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.sdk.cloudplatform/auditlog/
implementation 'com.sap.cloud.sdk.cloudplatform:auditlog:3.41.0'
// https://jarcasting.com/artifacts/com.sap.cloud.sdk.cloudplatform/auditlog/
implementation ("com.sap.cloud.sdk.cloudplatform:auditlog:3.41.0")
'com.sap.cloud.sdk.cloudplatform:auditlog:jar:3.41.0'
<dependency org="com.sap.cloud.sdk.cloudplatform" name="auditlog" rev="3.41.0">
<artifact name="auditlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.sdk.cloudplatform', module='auditlog', version='3.41.0')
)
libraryDependencies += "com.sap.cloud.sdk.cloudplatform" % "auditlog" % "3.41.0"
[com.sap.cloud.sdk.cloudplatform/auditlog "3.41.0"]