| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices GWT (Google Web Toolkit) User Interface Web Frameworks | 
| GroupId | GroupIdorg.jadice.gwt.spring | 
| ArtifactId | ArtifactIdgwt-spring-boot-starter-example | 
| Last Version | Last Version1.1.7 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThis demo illustrates the use of Jadice Web Toolkit in a Spring Boot application. | 
<!-- https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-example/ -->
<dependency>
    <groupId>org.jadice.gwt.spring</groupId>
    <artifactId>gwt-spring-boot-starter-example</artifactId>
    <version>1.1.7</version>
</dependency>// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-example/
implementation 'org.jadice.gwt.spring:gwt-spring-boot-starter-example:1.1.7'// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-example/
implementation ("org.jadice.gwt.spring:gwt-spring-boot-starter-example:1.1.7")'org.jadice.gwt.spring:gwt-spring-boot-starter-example:jar:1.1.7'<dependency org="org.jadice.gwt.spring" name="gwt-spring-boot-starter-example" rev="1.1.7">
  <artifact name="gwt-spring-boot-starter-example" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jadice.gwt.spring', module='gwt-spring-boot-starter-example', version='1.1.7')
)libraryDependencies += "org.jadice.gwt.spring" % "gwt-spring-boot-starter-example" % "1.1.7"[org.jadice.gwt.spring/gwt-spring-boot-starter-example "1.1.7"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jadice.gwt.spring : gwt-spring-boot-starter | jar | |
| org.jadice.gwt.spring : gwt-spring-boot-devmode | jar | |
| org.springframework.boot : spring-boot-devtools Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-tomcat | jar |