| Лицензия |
Лицензия
GNU General Public License, version 2, with the Classpath Exception
|
|---|---|
| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаme.springframework |
| Идентификатор | Идентификаторspring-me-gwt-sample |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеSpring 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.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.gwt : gwt-servlet | jar | 1.5.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.1 |