| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.split.client |
| ArtifactId | ArtifactIdpluggable-storage |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPackage for Pluggable Storage
Wrapper interface to implement Pluggable Storage
|
| Filename | Size |
|---|---|
| pluggable-storage-1.0.0.pom | |
| pluggable-storage-1.0.0.jar | 2 KB |
| pluggable-storage-1.0.0-sources.jar | 2 KB |
| pluggable-storage-1.0.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.split.client/pluggable-storage/ -->
<dependency>
<groupId>io.split.client</groupId>
<artifactId>pluggable-storage</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.split.client/pluggable-storage/
implementation 'io.split.client:pluggable-storage:1.0.0'
// https://jarcasting.com/artifacts/io.split.client/pluggable-storage/
implementation ("io.split.client:pluggable-storage:1.0.0")
'io.split.client:pluggable-storage:jar:1.0.0'
<dependency org="io.split.client" name="pluggable-storage" rev="1.0.0">
<artifact name="pluggable-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.split.client', module='pluggable-storage', version='1.0.0')
)
libraryDependencies += "io.split.client" % "pluggable-storage" % "1.0.0"
[io.split.client/pluggable-storage "1.0.0"]