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.1.5 |
Type | Typejar |
<!-- 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.5</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.5'
// 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.5")
'org.jadice.gwt.spring:gwt-spring-boot-starter-example:jar:1.1.5'
<dependency org="org.jadice.gwt.spring" name="gwt-spring-boot-starter-example" rev="1.1.5">
<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.5')
)
libraryDependencies += "org.jadice.gwt.spring" % "gwt-spring-boot-starter-example" % "1.1.5"
[org.jadice.gwt.spring/gwt-spring-boot-starter-example "1.1.5"]