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 |
Version | Version1.0.16 |
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.0.16</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.0.16'
// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter-example/
implementation ("org.jadice.gwt.spring:gwt-spring-boot-starter-example:1.0.16")
'org.jadice.gwt.spring:gwt-spring-boot-starter-example:jar:1.0.16'
<dependency org="org.jadice.gwt.spring" name="gwt-spring-boot-starter-example" rev="1.0.16">
<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.0.16')
)
libraryDependencies += "org.jadice.gwt.spring" % "gwt-spring-boot-starter-example" % "1.0.16"
[org.jadice.gwt.spring/gwt-spring-boot-starter-example "1.0.16"]
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 |