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