License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdde.barop.gwt |
ArtifactId | ArtifactIdgwt-hotdeployment-example |
Version | Version1.0 |
Type | Typewar |
Description |
DescriptionGWT Hot Deployment - Demo
Enables automatic reloading of the web application context in GWT's internal Jetty when compiled classes change
|
<!-- https://jarcasting.com/artifacts/de.barop.gwt/gwt-hotdeployment-example/ -->
<dependency>
<groupId>de.barop.gwt</groupId>
<artifactId>gwt-hotdeployment-example</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/de.barop.gwt/gwt-hotdeployment-example/
implementation 'de.barop.gwt:gwt-hotdeployment-example:1.0'
// https://jarcasting.com/artifacts/de.barop.gwt/gwt-hotdeployment-example/
implementation ("de.barop.gwt:gwt-hotdeployment-example:1.0")
'de.barop.gwt:gwt-hotdeployment-example:war:1.0'
<dependency org="de.barop.gwt" name="gwt-hotdeployment-example" rev="1.0">
<artifact name="gwt-hotdeployment-example" type="war" />
</dependency>
@Grapes(
@Grab(group='de.barop.gwt', module='gwt-hotdeployment-example', version='1.0')
)
libraryDependencies += "de.barop.gwt" % "gwt-hotdeployment-example" % "1.0"
[de.barop.gwt/gwt-hotdeployment-example "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.5.1 |
Group / Artifact | Type | Version |
---|---|---|
de.barop.gwt : gwt-hotdeployment | jar | 1.0 |