License |
License |
---|---|
GroupId | GroupIdorg.openforis.collect |
ArtifactId | ArtifactIdcollect |
Last Version | Last Version4.0.62 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpen 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
collect-4.0.62.pom | 20 KB |
Browse |
<!-- 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"]