p

purge-surgeon

OSGi bundle for Adobe Experience Manager (AEM) providing a replication preprocessor and Akamai Fast Purge API client to purge cached content from Akamai when content is replicated from AEM.
https://github.com/AvionosLLC/purge-surgeon
The Apache Software License, Version 2.0
Mark Daugherty
文件下载
文件名 操作
purge-surgeon-0.1.0.jar 下载
purge-surgeon-0.1.0.pom 下载
purge-surgeon-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.avionos.aem.akamai</groupId>
  <artifactId>purge-surgeon</artifactId>
  <version>0.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.avionos.aem.akamai:purge-surgeon:0.1.0'
Gradle Kotlin
implementation("com.avionos.aem.akamai:purge-surgeon:0.1.0")
Scala SBT
libraryDependencies += "com.avionos.aem.akamai" % "purge-surgeon" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.avionos.aem.akamai', module='purge-surgeon', version='0.1.0')
)
Apache Ivy
<dependency org="com.avionos.aem.akamai" name="purge-surgeon" rev="0.1.0" />
Leiningen
[com.avionos.aem.akamai/purge-surgeon "0.1.0"]
Apache Buildr
'com.avionos.aem.akamai:purge-surgeon:jar:0.1.0'