MVN

com.icfolson.aem.akamai : akamai-purge-replication-event-handler

Maven & Gradle

Mar 16, 2019
0 stars

Akamai Purge Replication Event Handler · OSGi bundle for Adobe Experience Manager (AEM) providing a replication event handler and Akamai Fast Purge API client to purge content from Akamai when content is replicated.

<dependency>
    <groupId>com.icfolson.aem.akamai</groupId>
    <artifactId>akamai-purge-replication-event-handler</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.icfolson.aem.akamai : akamai-purge-replication-event-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.icfolson.aem.akamai : akamai-purge-replication-event-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
akamai-purge-replication-event-handler-0.0.1

How to add a dependency to Maven

Add the following com.icfolson.aem.akamai : akamai-purge-replication-event-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.icfolson.aem.akamai</groupId>
    <artifactId>akamai-purge-replication-event-handler</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.icfolson.aem.akamai : akamai-purge-replication-event-handler gradle dependency to your build.gradle file:

implementation 'com.icfolson.aem.akamai:akamai-purge-replication-event-handler:0.0.1'

Gradle Kotlin DSL: Add the following com.icfolson.aem.akamai : akamai-purge-replication-event-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.icfolson.aem.akamai:akamai-purge-replication-event-handler:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.icfolson.aem.akamai : akamai-purge-replication-event-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.icfolson.aem.akamai" % "akamai-purge-replication-event-handler" % "0.0.1"

Advertisement