MVN

org.apache.pulsar : pulsar-functions-windowing

Maven & Gradle

May 22, 2019
12.8k stars

Pulsar Functions :: Windowing

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>pulsar-functions-windowing</artifactId>
    <version>2.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.pulsar : pulsar-functions-windowing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.2

All Versions

Choose a version of org.apache.pulsar : pulsar-functions-windowing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
pulsar-functions-windowing-2.3.2
pulsar-functions-windowing-2.3.1
pulsar-functions-windowing-2.3.0

How to add a dependency to Maven

Add the following org.apache.pulsar : pulsar-functions-windowing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.pulsar</groupId>
    <artifactId>pulsar-functions-windowing</artifactId>
    <version>2.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.pulsar : pulsar-functions-windowing gradle dependency to your build.gradle file:

implementation 'org.apache.pulsar:pulsar-functions-windowing:2.3.2'

Gradle Kotlin DSL: Add the following org.apache.pulsar : pulsar-functions-windowing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.pulsar:pulsar-functions-windowing:2.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.pulsar : pulsar-functions-windowing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.pulsar" % "pulsar-functions-windowing" % "2.3.2"

Advertisement

Dependencies from Group

Aug 03, 2023
147 usages
10k stars
Aug 03, 2023
64 usages
12.9k stars
Aug 03, 2023
41 usages
10k stars
Aug 03, 2023
22 usages
12.9k stars
Aug 03, 2023
21 usages
10k stars

Discover Dependencies