| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.openforis.collect |
| Идентификатор | Идентификаторcollect |
| Последняя версия | Последняя версия4.0.62 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеOpen Foris Collect
Open Foris Collect is the main entry point for data collected in field-based inventories. It provides a fast, easy, flexible way to set up a survey with a user-friendly interface. Collect handles multiple data types and complex validation rules, all in a multilanguage environment.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| collect-4.0.62.pom | 20 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect</artifactId>
<version>4.0.62</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect/
implementation 'org.openforis.collect:collect:4.0.62'
// https://jarcasting.com/artifacts/org.openforis.collect/collect/
implementation ("org.openforis.collect:collect:4.0.62")
'org.openforis.collect:collect:pom:4.0.62'
<dependency org="org.openforis.collect" name="collect" rev="4.0.62">
<artifact name="collect" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect', version='4.0.62')
)
libraryDependencies += "org.openforis.collect" % "collect" % "4.0.62"
[org.openforis.collect/collect "4.0.62"]