License |
License |
---|---|
GroupId | GroupIdorg.openforis.collect |
ArtifactId | ArtifactIdcollect-base |
Last Version | Last Version4.0.62 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpen Foris Collect Base module
This module is used to retrieve only basic information on the application (like its version).
It's used by collect-core and even by collect-control-panel (that doesn't depend on collect-core)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
collect-base-4.0.62.pom | |
collect-base-4.0.62.jar | 4 KB |
collect-base-4.0.62-sources.jar | 3 KB |
collect-base-4.0.62-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openforis.collect/collect-base/ -->
<dependency>
<groupId>org.openforis.collect</groupId>
<artifactId>collect-base</artifactId>
<version>4.0.62</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-base/
implementation 'org.openforis.collect:collect-base:4.0.62'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-base/
implementation ("org.openforis.collect:collect-base:4.0.62")
'org.openforis.collect:collect-base:jar:4.0.62'
<dependency org="org.openforis.collect" name="collect-base" rev="4.0.62">
<artifact name="collect-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-base', version='4.0.62')
)
libraryDependencies += "org.openforis.collect" % "collect-base" % "4.0.62"
[org.openforis.collect/collect-base "4.0.62"]
Group / Artifact | Type | Version |
---|---|---|
org.openforis.commons : of-commons-versioning | jar | 0.1.32 |
commons-io : commons-io | jar | 2.11.0 |