MVN

de.knightsoft-net : gwt-pushstate

Maven & Gradle

Jun 27, 2022

GWT pushState · gwt-pushstate implements easy to use HTML5 pushState support for GWT.

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>gwt-pushstate</artifactId>
    <version>2.0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.knightsoft-net : gwt-pushstate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.24

All Versions

Choose a version of de.knightsoft-net : gwt-pushstate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
gwt-pushstate-2.0.0.24
gwt-pushstate-2.0.0.23
gwt-pushstate-2.0.0.22
gwt-pushstate-2.0.0.21
gwt-pushstate-2.0.0.20
gwt-pushstate-2.0.0.19
gwt-pushstate-2.0.0.18
gwt-pushstate-2.0.0.17
gwt-pushstate-2.0.0.16
gwt-pushstate-2.0.0.15
gwt-pushstate-2.0.0.14
gwt-pushstate-2.0.0.13
gwt-pushstate-2.0.0.12
gwt-pushstate-2.0.0.11
gwt-pushstate-2.0.0.10
gwt-pushstate-2.0.0.9
gwt-pushstate-2.0.0.8
gwt-pushstate-2.0.0.7
gwt-pushstate-2.0.0.6
gwt-pushstate-2.0.0.5
gwt-pushstate-2.0.0.4
gwt-pushstate-2.0.0.3
gwt-pushstate-2.0.0.2
gwt-pushstate-2.0.0.1

How to add a dependency to Maven

Add the following de.knightsoft-net : gwt-pushstate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.knightsoft-net</groupId>
    <artifactId>gwt-pushstate</artifactId>
    <version>2.0.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.knightsoft-net : gwt-pushstate gradle dependency to your build.gradle file:

implementation 'de.knightsoft-net:gwt-pushstate:2.0.0.24'

Gradle Kotlin DSL: Add the following de.knightsoft-net : gwt-pushstate gradle kotlin dependency to your build.gradle.kts file:

implementation("de.knightsoft-net:gwt-pushstate:2.0.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.knightsoft-net : gwt-pushstate sbt scala dependency to your build.sbt file:

libraryDependencies += "de.knightsoft-net" % "gwt-pushstate" % "2.0.0.24"

Advertisement