GroupId | GroupIdorg.apache.pulsar |
---|---|
ArtifactId | ArtifactIdtiered-storage-file-system |
Version | Version2.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.pulsar/tiered-storage-file-system/ -->
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>tiered-storage-file-system</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pulsar/tiered-storage-file-system/
implementation 'org.apache.pulsar:tiered-storage-file-system:2.5.2'
// https://jarcasting.com/artifacts/org.apache.pulsar/tiered-storage-file-system/
implementation ("org.apache.pulsar:tiered-storage-file-system:2.5.2")
'org.apache.pulsar:tiered-storage-file-system:jar:2.5.2'
<dependency org="org.apache.pulsar" name="tiered-storage-file-system" rev="2.5.2">
<artifact name="tiered-storage-file-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pulsar', module='tiered-storage-file-system', version='2.5.2')
)
libraryDependencies += "org.apache.pulsar" % "tiered-storage-file-system" % "2.5.2"
[org.apache.pulsar/tiered-storage-file-system "2.5.2"]