| Категории |
КатегорииGWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Search Прикладные библиотеки |
|---|---|
| Группа | Группаorg.jresearch.commons.gxt.gwt |
| Идентификатор | Идентификаторorg.jresearch.commons.gxt.gwt.utils.shared |
| Версия | Версия1.0.38 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.jresearch.commons.gxt.gwt/org.jresearch.commons.gxt.gwt.utils.shared/ -->
<dependency>
<groupId>org.jresearch.commons.gxt.gwt</groupId>
<artifactId>org.jresearch.commons.gxt.gwt.utils.shared</artifactId>
<version>1.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/org.jresearch.commons.gxt.gwt/org.jresearch.commons.gxt.gwt.utils.shared/
implementation 'org.jresearch.commons.gxt.gwt:org.jresearch.commons.gxt.gwt.utils.shared:1.0.38'
// https://jarcasting.com/artifacts/org.jresearch.commons.gxt.gwt/org.jresearch.commons.gxt.gwt.utils.shared/
implementation ("org.jresearch.commons.gxt.gwt:org.jresearch.commons.gxt.gwt.utils.shared:1.0.38")
'org.jresearch.commons.gxt.gwt:org.jresearch.commons.gxt.gwt.utils.shared:jar:1.0.38'
<dependency org="org.jresearch.commons.gxt.gwt" name="org.jresearch.commons.gxt.gwt.utils.shared" rev="1.0.38">
<artifact name="org.jresearch.commons.gxt.gwt.utils.shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jresearch.commons.gxt.gwt', module='org.jresearch.commons.gxt.gwt.utils.shared', version='1.0.38')
)
libraryDependencies += "org.jresearch.commons.gxt.gwt" % "org.jresearch.commons.gxt.gwt.utils.shared" % "1.0.38"
[org.jresearch.commons.gxt.gwt/org.jresearch.commons.gxt.gwt.utils.shared "1.0.38"]