is not current version
Last Version 1.0.0

io.split.client:pluggable-storage 1.0.0-alpha

Wrapper interface to implement Pluggable Storage

Categories

Categories

CLI User Interface
GroupId

GroupId

io.split.client
ArtifactId

ArtifactId

pluggable-storage
Version

Version

1.0.0-alpha
Type

Type

jar

Download pluggable-storage 1.0.0-alpha


<!-- 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"]