This repository will contain various extensions and utilities to enhance your GWT experience.
| License |
License |
|---|---|
| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks ORM Data |
| GroupId | GroupIdcom.gwtplatform.extensions |
| ArtifactId | ArtifactIddispatch-rest-delegates |
| Last Version | Last Version1.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRest-Dispatch Resource Delegates
Allow Rest-Dispatch resources to return their raw result type directly.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dispatch-rest-delegates-1.6.pom | |
| dispatch-rest-delegates-1.6.jar | 57 KB |
| dispatch-rest-delegates-1.6-sources.jar | 27 KB |
| dispatch-rest-delegates-1.6-javadoc.jar | 134 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gwtplatform.extensions/dispatch-rest-delegates/ -->
<dependency>
<groupId>com.gwtplatform.extensions</groupId>
<artifactId>dispatch-rest-delegates</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.gwtplatform.extensions/dispatch-rest-delegates/
implementation 'com.gwtplatform.extensions:dispatch-rest-delegates:1.6'
// https://jarcasting.com/artifacts/com.gwtplatform.extensions/dispatch-rest-delegates/
implementation ("com.gwtplatform.extensions:dispatch-rest-delegates:1.6")
'com.gwtplatform.extensions:dispatch-rest-delegates:jar:1.6'
<dependency org="com.gwtplatform.extensions" name="dispatch-rest-delegates" rev="1.6">
<artifact name="dispatch-rest-delegates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gwtplatform.extensions', module='dispatch-rest-delegates', version='1.6')
)
libraryDependencies += "com.gwtplatform.extensions" % "dispatch-rest-delegates" % "1.6"
[com.gwtplatform.extensions/dispatch-rest-delegates "1.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gwtplatform : gwtp-dispatch-rest | jar | 1.6 |
| com.google.gwt : gwt-user | jar | 2.8.0 |
| com.google.gwt : gwt-dev | jar | 2.8.0 |
| org.mockito : mockito-core Optional | jar | 1.10.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
This repository will contain various extensions and utilities to enhance your GWT experience.