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