GroupId | GroupIdorg.openforis.collect |
---|---|
ArtifactId | ArtifactIdcollect-base |
Version | Version3.26.29 |
Type | Typejar |
Filename | Size |
---|---|
collect-base-3.26.29.pom | |
collect-base-3.26.29.jar | 4 KB |
collect-base-3.26.29-sources.jar | 3 KB |
collect-base-3.26.29-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>3.26.29</version>
</dependency>
// https://jarcasting.com/artifacts/org.openforis.collect/collect-base/
implementation 'org.openforis.collect:collect-base:3.26.29'
// https://jarcasting.com/artifacts/org.openforis.collect/collect-base/
implementation ("org.openforis.collect:collect-base:3.26.29")
'org.openforis.collect:collect-base:jar:3.26.29'
<dependency org="org.openforis.collect" name="collect-base" rev="3.26.29">
<artifact name="collect-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openforis.collect', module='collect-base', version='3.26.29')
)
libraryDependencies += "org.openforis.collect" % "collect-base" % "3.26.29"
[org.openforis.collect/collect-base "3.26.29"]