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