| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
| GroupId | GroupIdde.barop.gwt |
| ArtifactId | ArtifactIdgwt-hotdeployment-project |
| Version | Version1.0 |
| Type | Typepom |
| Description |
DescriptionGWT Hot Deployment Aggregator Project
Enables automatic reloading of the web application context in GWT's internal Jetty when compiled classes change
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| gwt-hotdeployment-project-1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.barop.gwt/gwt-hotdeployment-project/ -->
<dependency>
<groupId>de.barop.gwt</groupId>
<artifactId>gwt-hotdeployment-project</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.barop.gwt/gwt-hotdeployment-project/
implementation 'de.barop.gwt:gwt-hotdeployment-project:1.0'
// https://jarcasting.com/artifacts/de.barop.gwt/gwt-hotdeployment-project/
implementation ("de.barop.gwt:gwt-hotdeployment-project:1.0")
'de.barop.gwt:gwt-hotdeployment-project:pom:1.0'
<dependency org="de.barop.gwt" name="gwt-hotdeployment-project" rev="1.0">
<artifact name="gwt-hotdeployment-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.barop.gwt', module='gwt-hotdeployment-project', version='1.0')
)
libraryDependencies += "de.barop.gwt" % "gwt-hotdeployment-project" % "1.0"
[de.barop.gwt/gwt-hotdeployment-project "1.0"]