| Группа | Группаorg.openforis.collect |
|---|---|
| Идентификатор | Идентификаторcollect-webapp |
| Версия | Версия4.0.53 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| collect-webapp-4.0.53.pom | |
| collect-webapp-4.0.53.war | 89 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect-webapp/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect-webapp</artifactId>
<version>4.0.53</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-webapp/
implementation 'org.openforis.collect:collect-webapp:4.0.53'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-webapp/
implementation ("org.openforis.collect:collect-webapp:4.0.53")
'org.openforis.collect:collect-webapp:war:4.0.53'
<dependency org="org.openforis.collect" name="collect-webapp" rev="4.0.53">
<artifact name="collect-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-webapp', version='4.0.53')
)
libraryDependencies += "org.openforis.collect" % "collect-webapp" % "4.0.53"
[org.openforis.collect/collect-webapp "4.0.53"]