| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаio.split.client |
| Идентификатор | Идентификаторpluggable-storage |
| Версия | Версия1.0.0-alpha |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.split.client/pluggable-storage/ -->
<dependency>
<groupId>io.split.client</groupId>
<artifactId>pluggable-storage</artifactId>
<version>1.0.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.split.client/pluggable-storage/
implementation 'io.split.client:pluggable-storage:1.0.0-alpha'
// https://jarcasting.com/artifacts/io.split.client/pluggable-storage/
implementation ("io.split.client:pluggable-storage:1.0.0-alpha")
'io.split.client:pluggable-storage:jar:1.0.0-alpha'
<dependency org="io.split.client" name="pluggable-storage" rev="1.0.0-alpha">
<artifact name="pluggable-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.split.client', module='pluggable-storage', version='1.0.0-alpha')
)
libraryDependencies += "io.split.client" % "pluggable-storage" % "1.0.0-alpha"
[io.split.client/pluggable-storage "1.0.0-alpha"]