License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Maven Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.gwidgets.maven |
ArtifactId | ArtifactIdspring-boot-gwt |
Version | Version0.4 |
Type | Typejar |
Description |
Descriptionspring-boot-gwt
A maven archetype that integrates GWT into a Spring Boot Application
|
Project Organization |
Project OrganizationG-Widgets |
Filename | Size |
---|---|
spring-boot-gwt-0.4.pom | |
spring-boot-gwt-0.4.jar | 11 KB |
spring-boot-gwt-0.4-sources.jar | 10 KB |
spring-boot-gwt-0.4-javadoc.jar | 861 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gwidgets.maven/spring-boot-gwt/ -->
<dependency>
<groupId>com.gwidgets.maven</groupId>
<artifactId>spring-boot-gwt</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gwidgets.maven/spring-boot-gwt/
implementation 'com.gwidgets.maven:spring-boot-gwt:0.4'
// https://jarcasting.com/artifacts/com.gwidgets.maven/spring-boot-gwt/
implementation ("com.gwidgets.maven:spring-boot-gwt:0.4")
'com.gwidgets.maven:spring-boot-gwt:jar:0.4'
<dependency org="com.gwidgets.maven" name="spring-boot-gwt" rev="0.4">
<artifact name="spring-boot-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gwidgets.maven', module='spring-boot-gwt', version='0.4')
)
libraryDependencies += "com.gwidgets.maven" % "spring-boot-gwt" % "0.4"
[com.gwidgets.maven/spring-boot-gwt "0.4"]