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