License |
License |
---|---|
GroupId | GroupIdorg.openforis.collect |
ArtifactId | ArtifactIdcollect |
Version | Version4.0.50 |
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.50.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect</artifactId>
<version>4.0.50</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect/
implementation 'org.openforis.collect:collect:4.0.50'
// https://jarcasting.com/artifacts/org.openforis.collect/collect/
implementation ("org.openforis.collect:collect:4.0.50")
'org.openforis.collect:collect:pom:4.0.50'
<dependency org="org.openforis.collect" name="collect" rev="4.0.50">
<artifact name="collect" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect', version='4.0.50')
)
libraryDependencies += "org.openforis.collect" % "collect" % "4.0.50"
[org.openforis.collect/collect "4.0.50"]