GroupId | GroupIdorg.apache.pulsar |
---|---|
ArtifactId | ArtifactIdtiered-storage-file-system |
Version | Version2.7.0 |
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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pulsar/tiered-storage-file-system/
implementation 'org.apache.pulsar:tiered-storage-file-system:2.7.0'
// https://jarcasting.com/artifacts/org.apache.pulsar/tiered-storage-file-system/
implementation ("org.apache.pulsar:tiered-storage-file-system:2.7.0")
'org.apache.pulsar:tiered-storage-file-system:jar:2.7.0'
<dependency org="org.apache.pulsar" name="tiered-storage-file-system" rev="2.7.0">
<artifact name="tiered-storage-file-system" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pulsar', module='tiered-storage-file-system', version='2.7.0')
)
libraryDependencies += "org.apache.pulsar" % "tiered-storage-file-system" % "2.7.0"
[org.apache.pulsar/tiered-storage-file-system "2.7.0"]