is not current version
Last Version 0.0.2

ch.gbrain:gwt-storage 0.0.1

A Wrapper around various storage API's available providing storage/caching capabilities for JSON objects and caching of multimedia files on a local file sysem on mobile devices

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

ch.gbrain
ArtifactId

ArtifactId

gwt-storage
Version

Version

0.0.1
Type

Type

jar

Download gwt-storage 0.0.1


<!-- https://jarcasting.com/artifacts/ch.gbrain/gwt-storage/ -->
<dependency>
    <groupId>ch.gbrain</groupId>
    <artifactId>gwt-storage</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.gbrain/gwt-storage/
implementation 'ch.gbrain:gwt-storage:0.0.1'
// https://jarcasting.com/artifacts/ch.gbrain/gwt-storage/
implementation ("ch.gbrain:gwt-storage:0.0.1")
'ch.gbrain:gwt-storage:jar:0.0.1'
<dependency org="ch.gbrain" name="gwt-storage" rev="0.0.1">
  <artifact name="gwt-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.gbrain', module='gwt-storage', version='0.0.1')
)
libraryDependencies += "ch.gbrain" % "gwt-storage" % "0.0.1"
[ch.gbrain/gwt-storage "0.0.1"]