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