MVN

com.sap.cloud.s4hana.cloudplatform : auditlog

Maven & Gradle

Feb 13, 2020
10 usages

Cloud Platform - Audit Log · Cloud platform abstraction for audit logging.

<dependency>
    <groupId>com.sap.cloud.s4hana.cloudplatform</groupId>
    <artifactId>auditlog</artifactId>
    <version>2.28.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.s4hana.cloudplatform : auditlog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.28.0

All Versions

Choose a version of com.sap.cloud.s4hana.cloudplatform : auditlog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.28.x
auditlog-2.28.0
2.27.x
auditlog-2.27.0
2.26.x
auditlog-2.26.0
2.25.x
auditlog-2.25.0
2.24.x
auditlog-2.24.0
2.23.x
auditlog-2.23.0
2.22.x
auditlog-2.22.1
auditlog-2.22.0
2.21.x
auditlog-2.21.0
2.20.x
auditlog-2.20.2
auditlog-2.20.1
auditlog-2.20.0
2.19.x
auditlog-2.19.2
auditlog-2.19.1
auditlog-2.19.0
2.18.x
auditlog-2.18.1
auditlog-2.18.0
2.17.x
auditlog-2.17.0
2.16.x
auditlog-2.16.0
2.15.x
auditlog-2.15.0
2.14.x
auditlog-2.14.0
2.13.x
auditlog-2.13.3
auditlog-2.13.2
2.12.x
auditlog-2.12.0
2.11.x
auditlog-2.11.1
2.10.x
auditlog-2.10.0
2.9.x
auditlog-2.9.1
auditlog-2.9.0
2.8.x
auditlog-2.8.1
auditlog-2.8.0
2.7.x
auditlog-2.7.0
2.6.x
auditlog-2.6.1
2.5.x
auditlog-2.5.0
2.4.x
auditlog-2.4.2
auditlog-2.4.1
2.3.x
auditlog-2.3.1
2.2.x
auditlog-2.2.0
2.1.x
auditlog-2.1.2
auditlog-2.1.1
auditlog-2.1.0
2.0.x
auditlog-2.0.0
auditlog-2.0.0-M3
1.11.x
auditlog-1.11.1
1.10.x
auditlog-1.10.0
1.9.x
auditlog-1.9.4
auditlog-1.9.3
auditlog-1.9.2
1.8.x
auditlog-1.8.0
1.7.x
auditlog-1.7.1
1.6.x
auditlog-1.6.0
1.5.x
auditlog-1.5.0
1.4.x
auditlog-1.4.0
1.3.x
auditlog-1.3.0
1.2.x
auditlog-1.2.0
1.1.x
auditlog-1.1.2
auditlog-1.1.1
1.0.x
auditlog-1.0.0

How to add a dependency to Maven

Add the following com.sap.cloud.s4hana.cloudplatform : auditlog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.s4hana.cloudplatform</groupId>
    <artifactId>auditlog</artifactId>
    <version>2.28.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.s4hana.cloudplatform : auditlog gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.s4hana.cloudplatform:auditlog:2.28.0'

Gradle Kotlin DSL: Add the following com.sap.cloud.s4hana.cloudplatform : auditlog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.s4hana.cloudplatform:auditlog:2.28.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.s4hana.cloudplatform : auditlog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.s4hana.cloudplatform" % "auditlog" % "2.28.0"