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