| Categories | CategoriesNative Development Tools | 
|---|---|
| GroupId | GroupIdio.streamnative | 
| ArtifactId | ArtifactIdpulsar-functions-worker | 
| Version | Version2.11.0-rc-202204242205 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-functions-worker/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>pulsar-functions-worker</artifactId>
    <version>2.11.0-rc-202204242205</version>
</dependency>// https://jarcasting.com/artifacts/io.streamnative/pulsar-functions-worker/
implementation 'io.streamnative:pulsar-functions-worker:2.11.0-rc-202204242205'// https://jarcasting.com/artifacts/io.streamnative/pulsar-functions-worker/
implementation ("io.streamnative:pulsar-functions-worker:2.11.0-rc-202204242205")'io.streamnative:pulsar-functions-worker:jar:2.11.0-rc-202204242205'<dependency org="io.streamnative" name="pulsar-functions-worker" rev="2.11.0-rc-202204242205">
  <artifact name="pulsar-functions-worker" type="jar" />
</dependency>@Grapes(
@Grab(group='io.streamnative', module='pulsar-functions-worker', version='2.11.0-rc-202204242205')
)libraryDependencies += "io.streamnative" % "pulsar-functions-worker" % "2.11.0-rc-202204242205"[io.streamnative/pulsar-functions-worker "2.11.0-rc-202204242205"]