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