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