Categories |
CategoriesCLI User Interface Native Development Tools |
---|---|
GroupId | GroupIdio.streamnative |
ArtifactId | ArtifactIdpulsar-client-1x-base |
Version | Versionv2.8.0-rc-202106121853 |
Type | Typepom |
Filename | Size |
---|---|
pulsar-client-1x-base-v2.8.0-rc-202106121853.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-client-1x-base/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-client-1x-base</artifactId>
<version>v2.8.0-rc-202106121853</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-client-1x-base/
implementation 'io.streamnative:pulsar-client-1x-base:v2.8.0-rc-202106121853'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-client-1x-base/
implementation ("io.streamnative:pulsar-client-1x-base:v2.8.0-rc-202106121853")
'io.streamnative:pulsar-client-1x-base:pom:v2.8.0-rc-202106121853'
<dependency org="io.streamnative" name="pulsar-client-1x-base" rev="v2.8.0-rc-202106121853">
<artifact name="pulsar-client-1x-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-client-1x-base', version='v2.8.0-rc-202106121853')
)
libraryDependencies += "io.streamnative" % "pulsar-client-1x-base" % "v2.8.0-rc-202106121853"
[io.streamnative/pulsar-client-1x-base "v2.8.0-rc-202106121853"]