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 |
Last Version | Last Version1.1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Spring-Boot Starter for Google Web Toolkit (GWT) applications
|
<!-- https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter/ -->
<dependency>
<groupId>org.jadice.gwt.spring</groupId>
<artifactId>gwt-spring-boot-starter</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter/
implementation 'org.jadice.gwt.spring:gwt-spring-boot-starter:1.1.7'
// https://jarcasting.com/artifacts/org.jadice.gwt.spring/gwt-spring-boot-starter/
implementation ("org.jadice.gwt.spring:gwt-spring-boot-starter:1.1.7")
'org.jadice.gwt.spring:gwt-spring-boot-starter:jar:1.1.7'
<dependency org="org.jadice.gwt.spring" name="gwt-spring-boot-starter" rev="1.1.7">
<artifact name="gwt-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jadice.gwt.spring', module='gwt-spring-boot-starter', version='1.1.7')
)
libraryDependencies += "org.jadice.gwt.spring" % "gwt-spring-boot-starter" % "1.1.7"
[org.jadice.gwt.spring/gwt-spring-boot-starter "1.1.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | |
com.google.gwt : gwt-user | jar | |
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar |