Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.seanchenxi.gwt |
ArtifactId | ArtifactIdgwt-storage |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-storage-1.3.0.pom | |
gwt-storage-1.3.0.jar | 91 KB |
gwt-storage-1.3.0-sources.jar | 38 KB |
gwt-storage-1.3.0-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seanchenxi.gwt/gwt-storage/ -->
<dependency>
<groupId>com.seanchenxi.gwt</groupId>
<artifactId>gwt-storage</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanchenxi.gwt/gwt-storage/
implementation 'com.seanchenxi.gwt:gwt-storage:1.3.0'
// https://jarcasting.com/artifacts/com.seanchenxi.gwt/gwt-storage/
implementation ("com.seanchenxi.gwt:gwt-storage:1.3.0")
'com.seanchenxi.gwt:gwt-storage:jar:1.3.0'
<dependency org="com.seanchenxi.gwt" name="gwt-storage" rev="1.3.0">
<artifact name="gwt-storage" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanchenxi.gwt', module='gwt-storage', version='1.3.0')
)
libraryDependencies += "com.seanchenxi.gwt" % "gwt-storage" % "1.3.0"
[com.seanchenxi.gwt/gwt-storage "1.3.0"]