Files download
File Operation
audit-3.07.jar download
audit-3.07.pom download
audit-3.07-sources.jar download
Apache Maven
<dependency>
  <groupId>com.proofpoint.platform</groupId>
  <artifactId>audit</artifactId>
  <version>3.07</version>
</dependency>
Gradle Groovy
implementation 'com.proofpoint.platform:audit:3.07'
Gradle Kotlin
implementation("com.proofpoint.platform:audit:3.07")
Scala SBT
libraryDependencies += "com.proofpoint.platform" % "audit" % "3.07"
Groovy Grape
@Grapes(
  @Grab(group='com.proofpoint.platform', module='audit', version='3.07')
)
Apache Ivy
<dependency org="com.proofpoint.platform" name="audit" rev="3.07" />
Leiningen
[com.proofpoint.platform/audit "3.07"]
Apache Buildr
'com.proofpoint.platform:audit:jar:3.07'