| Категории |
КатегорииNative Инструменты разработки |
|---|---|
| Группа | Группаio.streamnative |
| Идентификатор | Идентификаторpulsar-package-filesystem-storage |
| Версия | Версия2.10.0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-package-filesystem-storage/ -->
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>pulsar-package-filesystem-storage</artifactId>
<version>2.10.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/pulsar-package-filesystem-storage/
implementation 'io.streamnative:pulsar-package-filesystem-storage:2.10.0.3'
// https://jarcasting.com/artifacts/io.streamnative/pulsar-package-filesystem-storage/
implementation ("io.streamnative:pulsar-package-filesystem-storage:2.10.0.3")
'io.streamnative:pulsar-package-filesystem-storage:jar:2.10.0.3'
<dependency org="io.streamnative" name="pulsar-package-filesystem-storage" rev="2.10.0.3">
<artifact name="pulsar-package-filesystem-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='pulsar-package-filesystem-storage', version='2.10.0.3')
)
libraryDependencies += "io.streamnative" % "pulsar-package-filesystem-storage" % "2.10.0.3"
[io.streamnative/pulsar-package-filesystem-storage "2.10.0.3"]