License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdfr.sertelon.spring |
ArtifactId | ArtifactIdspring-gwtrpc |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSpring GWT-RPC
Spring integration for GWT-RPC
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-gwtrpc-1.0.0.pom | |
spring-gwtrpc-1.0.0.jar | 4 KB |
spring-gwtrpc-1.0.0-sources.jar | 2 KB |
spring-gwtrpc-1.0.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.sertelon.spring/spring-gwtrpc/ -->
<dependency>
<groupId>fr.sertelon.spring</groupId>
<artifactId>spring-gwtrpc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.sertelon.spring/spring-gwtrpc/
implementation 'fr.sertelon.spring:spring-gwtrpc:1.0.0'
// https://jarcasting.com/artifacts/fr.sertelon.spring/spring-gwtrpc/
implementation ("fr.sertelon.spring:spring-gwtrpc:1.0.0")
'fr.sertelon.spring:spring-gwtrpc:jar:1.0.0'
<dependency org="fr.sertelon.spring" name="spring-gwtrpc" rev="1.0.0">
<artifact name="spring-gwtrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.sertelon.spring', module='spring-gwtrpc', version='1.0.0')
)
libraryDependencies += "fr.sertelon.spring" % "spring-gwtrpc" % "1.0.0"
[fr.sertelon.spring/spring-gwtrpc "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.7.0 |
org.springframework : spring-web | jar | 4.0.7.RELEASE |