Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdch.gbrain |
ArtifactId | ArtifactIdgwt-storage |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
gwt-storage-0.0.1.pom | |
gwt-storage-0.0.1.jar | 70 KB |
gwt-storage-0.0.1-sources.jar | 17 KB |
gwt-storage-0.0.1-javadoc.jar | 112 KB |
Browse |
<!-- 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"]