License |
License
GNU General Public License, version 2, with the Classpath Exception
|
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdme.springframework |
ArtifactId | ArtifactIdspring-me-gwt-sample |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSpring ME GWT Sample
A version of Spring that not only has a very small runtime
footprint (none), but also is capable of running on small handheld
devices, since it does not rely on reflection.
|
Filename | Size |
---|---|
spring-me-gwt-sample-1.0.pom | |
spring-me-gwt-sample-1.0.war | 715 KB |
spring-me-gwt-sample-1.0-sources.jar | 68 KB |
spring-me-gwt-sample-1.0-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.springframework/spring-me-gwt-sample/ -->
<dependency>
<groupId>me.springframework</groupId>
<artifactId>spring-me-gwt-sample</artifactId>
<version>1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/me.springframework/spring-me-gwt-sample/
implementation 'me.springframework:spring-me-gwt-sample:1.0'
// https://jarcasting.com/artifacts/me.springframework/spring-me-gwt-sample/
implementation ("me.springframework:spring-me-gwt-sample:1.0")
'me.springframework:spring-me-gwt-sample:war:1.0'
<dependency org="me.springframework" name="spring-me-gwt-sample" rev="1.0">
<artifact name="spring-me-gwt-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='me.springframework', module='spring-me-gwt-sample', version='1.0')
)
libraryDependencies += "me.springframework" % "spring-me-gwt-sample" % "1.0"
[me.springframework/spring-me-gwt-sample "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 1.5.3 |
com.google.gwt : gwt-dev | zip | 1.5.3 |
com.google.gwt : gwt-dev | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.1 |