文件下载
文件名 操作
audit-3.09.jar 下载
audit-3.09.pom 下载
audit-3.09-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.proofpoint.platform</groupId>
  <artifactId>audit</artifactId>
  <version>3.09</version>
</dependency>
Gradle Groovy
implementation 'com.proofpoint.platform:audit:3.09'
Gradle Kotlin
implementation("com.proofpoint.platform:audit:3.09")
Scala SBT
libraryDependencies += "com.proofpoint.platform" % "audit" % "3.09"
Groovy Grape
@Grapes(
  @Grab(group='com.proofpoint.platform', module='audit', version='3.09')
)
Apache Ivy
<dependency org="com.proofpoint.platform" name="audit" rev="3.09" />
Leiningen
[com.proofpoint.platform/audit "3.09"]
Apache Buildr
'com.proofpoint.platform:audit:jar:3.09'