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